|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
tools/lldb/include/lldb/Utility/FileSpec.h 404 void AppendPathComponent(llvm::StringRef component);
References
tools/lldb/source/API/SBFileSpec.cpp 188 m_opaque_up->AppendPathComponent(fn);
tools/lldb/source/Core/ModuleList.cpp 808 search_path_spec.AppendPathComponent(
tools/lldb/source/Expression/REPL.cpp 60 tmpdir_file_spec.AppendPathComponent(file_basename.AsCString());
tools/lldb/source/Host/common/Host.cpp 502 tmpdir_file_spec.AppendPathComponent("lldb-shell-output.%%%%%%");
tools/lldb/source/Host/common/HostInfoBase.cpp 276 temp_file_spec.AppendPathComponent(pid_str);
299 temp_file_spec.AppendPathComponent("lldb");
tools/lldb/source/Host/posix/PipePosix.cpp 133 tmpdir_file_spec.AppendPathComponent("/tmp");
134 tmpdir_file_spec.AppendPathComponent(pipe_spec);
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp 908 tmpdir_file_spec.AppendPathComponent("lldb-%%%%%%.expr");
tools/lldb/source/Plugins/Platform/Android/PlatformAndroid.cpp 340 symfile_platform_filespec.AppendPathComponent("symbolized.oat");
tools/lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp 1285 xcode_binary_path.AppendPathComponent("MacOS");
1286 xcode_binary_path.AppendPathComponent("Xcode");
1345 command_line_tools_path.AppendPathComponent("Library");
1437 sdks_spec.AppendPathComponent("Developer");
1438 sdks_spec.AppendPathComponent("Platforms");
1442 sdks_spec.AppendPathComponent("MacOSX.platform");
1445 sdks_spec.AppendPathComponent("iPhoneSimulator.platform");
1448 sdks_spec.AppendPathComponent("iPhoneOS.platform");
1452 sdks_spec.AppendPathComponent("Developer");
1453 sdks_spec.AppendPathComponent("SDKs");
1464 sdks_spec.AppendPathComponent("SDKs");
1474 native_sdk_spec.AppendPathComponent(native_sdk_name.GetString());
1636 xcode_lldb_resources.AppendPathComponent("SharedFrameworks");
1637 xcode_lldb_resources.AppendPathComponent("LLDB.framework");
1638 xcode_lldb_resources.AppendPathComponent("Resources");
1649 cmd_line_lldb_resources.AppendPathComponent("PrivateFrameworks");
1650 cmd_line_lldb_resources.AppendPathComponent("LLDB.framework");
1651 cmd_line_lldb_resources.AppendPathComponent("Resources");
1751 path_to_try.AppendPathComponent(path_parts[k]);
tools/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteDarwinDevice.cpp 186 sdk_symbols_symlink_fspec.AppendPathComponent("Symbols");
250 sdk_symbols_symlink_fspec.AppendPathComponent("Symbols");
430 local_file.AppendPathComponent(paths_to_try[i]);
431 local_file.AppendPathComponent(platform_file_path);
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp 959 debugserver_file_spec.AppendPathComponent(DEBUGSERVER_BASENAME);
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.cpp 533 socket_path_spec.AppendPathComponent(socket_name.c_str());
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp 1574 dwo_file.AppendPathComponent(dwo_name);
1626 dwo_module_spec.GetFileSpec().AppendPathComponent(dwo_path);
tools/lldb/source/Symbol/LocateSymbolFile.cpp 85 dsym_directory.AppendPathComponent(dsym_filename);
86 dsym_directory.AppendPathComponent("Contents");
87 dsym_directory.AppendPathComponent("Resources");
88 dsym_directory.AppendPathComponent("DWARF");
95 dsym_fspec.AppendPathComponent(filename.AsCString());
111 dsym_fspec.AppendPathComponent(binary_name);
126 dsym_yaa_fspec.AppendPathComponent(dsym_yaa_filename);
tools/lldb/source/Target/ModuleCache.cpp 62 result_spec.AppendPathComponent(path2);
tools/lldb/source/Target/PathMappingList.cpp 180 remapped.AppendPathComponent(path);
194 fixed.AppendPathComponent(path_ref);
235 new_spec.AppendPathComponent(orig_ref);
tools/lldb/source/Target/Platform.cpp 94 module_cache_dir.AppendPathComponent(".lldb");
95 module_cache_dir.AppendPathComponent("module_cache");
661 relative_spec.AppendPathComponent(dst.GetPath());
1680 dir_spec.AppendPathComponent(GetName().AsCString());
1716 target_file.AppendPathComponent(local_file.GetFilename().AsCString());
tools/lldb/source/Target/Target.cpp 2720 remote_file.AppendPathComponent(
tools/lldb/source/Utility/FileSpec.cpp 425 ret.AppendPathComponent(component);
466 return AppendPathComponent(new_path.GetPath(false));
tools/lldb/source/Utility/Reproducer.cpp 185 index.AppendPathComponent("index.yaml");
tools/lldb/tools/lldb-server/lldb-platform.cpp 106 temp_file_spec.AppendPathComponent("port-file.%%%%%%");
tools/lldb/unittests/Target/ModuleCacheTest.cpp 50 fs.AppendPathComponent(dummy_remote_dir);
51 fs.AppendPathComponent(module_name);
56 spec.AppendPathComponent(".cache");
57 spec.AppendPathComponent(module_uuid);
58 spec.AppendPathComponent(module_name);
63 spec.AppendPathComponent(hostname);
64 spec.AppendPathComponent(dummy_remote_dir);
65 spec.AppendPathComponent(module_name);
142 test_cache_dir.AppendPathComponent("GetAndPut");
151 test_cache_dir.AppendPathComponent("GetAndPutUuidExists");
167 test_cache_dir.AppendPathComponent("GetAndPutStrangeHostname");
tools/lldb/unittests/Utility/FileSpecTest.cpp 76 fs_posix.AppendPathComponent("bar");
82 fs_posix_2.AppendPathComponent("//bar/baz");
88 fs_windows.AppendPathComponent("baz");
95 fs_posix_root.AppendPathComponent("bar");
101 fs_windows_root.AppendPathComponent("bar");