reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Utility/FileSpec.h
  306   size_t GetPath(char *path, size_t max_path_length,

References

tools/lldb/source/API/SBDeclaration.cpp
  167     m_opaque_up->GetFile().GetPath(file_path, sizeof(file_path));
tools/lldb/source/API/SBFileSpec.cpp
  149   uint32_t result = m_opaque_up->GetPath(dst_path, dst_len);
  180   if (m_opaque_up->GetPath(path, sizeof(path)))
tools/lldb/source/API/SBFileSpecList.cpp
  118       if (m_opaque_up->GetFileSpecAtIndex(i).GetPath(path, sizeof(path)))
tools/lldb/source/API/SBLineEntry.cpp
  180     m_opaque_up->file.GetPath(file_path, sizeof(file_path));
tools/lldb/source/API/SBTarget.cpp
 2259           module_sp->GetFileSpec().GetPath(path, sizeof(path));
 2264         module_sp->GetFileSpec().GetPath(path, sizeof(path));
tools/lldb/source/API/SBThread.cpp
  938         step_file_spec.GetPath(path, sizeof(path));
tools/lldb/source/Commands/CommandObjectLog.cpp
  173       m_options.log_file.GetPath(log_file, sizeof(log_file));
tools/lldb/source/Commands/CommandObjectProcess.cpp
  452         new_exec_module_sp->GetFileSpec().GetPath(new_path, PATH_MAX);
  460       old_exec_module_sp->GetFileSpec().GetPath(old_path, PATH_MAX);
  461       new_exec_module_sp->GetFileSpec().GetPath(new_path, PATH_MAX);
tools/lldb/source/Commands/CommandObjectTarget.cpp
   70     exe_valid = exe_module->GetFileSpec().GetPath(exe_path, sizeof(exe_path));
  302           symfile.GetPath(symfile_path, sizeof(symfile_path));
  408           core_file.GetPath(core_path, sizeof(core_path));
 2825               module->GetFileSpec().GetPath(path, sizeof(path));
 2831             module->GetFileSpec().GetPath(path, sizeof(path));
 2839             module_spec_file->GetPath(path, sizeof(path));
 2849           module_spec.GetFileSpec().GetPath(path, sizeof(path));
 2862                     .GetPath(path, sizeof(path)))
 4040       symbol_fspec.GetPath(symfile_path, sizeof(symfile_path));
tools/lldb/source/Core/Debugger.cpp
  607         dir_spec.GetPath(dir_path, sizeof(dir_path))) {
  616         dir_spec.GetPath(dir_path, sizeof(dir_path))) {
tools/lldb/source/Core/Module.cpp
 1075     if (m_file.GetPath(path, sizeof(path)))
tools/lldb/source/Core/ModuleList.cpp
  853       located_binary_modulespec.GetFileSpec().GetPath(path, sizeof(path));
  855         module_file_spec.GetPath(path, sizeof(path));
  930         located_binary_modulespec.GetFileSpec().GetPath(path, sizeof(path));
tools/lldb/source/Core/PluginManager.cpp
  166         dir_spec.GetPath(dir_path, sizeof(dir_path))) {
  175         dir_spec.GetPath(dir_path, sizeof(dir_path))) {
tools/lldb/source/Host/posix/FileSystem.cpp
   58   if (!src.GetPath(resolved_path, sizeof(resolved_path))) {
tools/lldb/source/Host/posix/ProcessLauncherPosixFork.cpp
  182   launch_info.GetExecutableFile().GetPath(exe_path, sizeof(exe_path));
tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/HexagonDYLDRendezvous.cpp
   57       exe_mod->GetFileSpec().GetPath(m_exe_path, PATH_MAX);
tools/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp
   93       python_module_path.GetPath(python_module_path_cstr,
tools/lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
  375           platform_file.GetPath(platform_path, sizeof(platform_path));
  377               bundle_directory.GetPath(bundle_dir, sizeof(bundle_dir));
  382                 module_search_paths_ptr->GetFileSpecAtIndex(i).GetPath(
 1137       if (temp_file_spec.GetPath(developer_dir_path,
 1185         devel_dir.GetPath(&developer_dir_path[0], sizeof(developer_dir_path));
tools/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteDarwinDevice.cpp
  218             if (local_sdk_cache.GetPath(path, sizeof(path))) {
  374       if (sdk_dir_info->directory.GetPath(path, sizeof(path))) {
  451   if (platform_file.GetPath(platform_file_path, sizeof(platform_file_path))) {
  523   if (platform_file.GetPath(platform_file_path, sizeof(platform_file_path))) {
tools/lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.cpp
   81       resolved_module_spec.GetFileSpec().GetPath(exe_path, sizeof(exe_path));
tools/lldb/source/Plugins/Platform/Windows/PlatformWindows.cpp
  172       resolved_module_spec.GetFileSpec().GetPath(exe_path, sizeof(exe_path));
  185       ms.GetFileSpec().GetPath(exe_path, sizeof(exe_path));
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
  991     debugserver_file_spec.GetPath(debugserver_path, sizeof(debugserver_path));
tools/lldb/source/Symbol/SymbolContext.cpp
 1141       m_module_sp->GetFileSpec().GetPath(path_str, PATH_MAX);
 1148     m_file_spec_up->GetPath(path_str, PATH_MAX);
tools/lldb/source/Target/Process.cpp
 2497   exe_module->GetFileSpec().GetPath(local_exec_file_path,
 2499   exe_module->GetPlatformFileSpec().GetPath(platform_exec_file_path,
 2763     if (attach_info.GetExecutableFile().GetPath(process_name,
 2810             match_info.GetProcessInfo().GetExecutableFile().GetPath(
tools/lldb/source/Target/TargetList.cpp
  399         exe_module_sp->GetFileSpec().GetPath(resolved_bundle_exe_path,