| /openbsd-src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/ |
| H A D | TraceIntelPTBundleSaver.cpp | 74 trace_path.AppendPathComponent("trace.json"); in SaveTraceBundleDescription() 103 threads_dir.AppendPathComponent("threads"); in BuildThreadsSection() 116 output_file.AppendPathComponent(std::to_string(tid) + ".intelpt_trace"); in BuildThreadsSection() 141 output_context_switch_trace.AppendPathComponent(std::to_string(cpu_id) + in WriteContextSwitchTrace() 181 output_trace.AppendPathComponent(std::to_string(cpu_id) + ".intelpt_trace"); in WriteIntelPTTrace() 200 cpus_dir.AppendPathComponent("cpus"); in BuildCpusSection() 274 path_to_copy_module.AppendPathComponent("modules"); in BuildModulesSection() 275 path_to_copy_module.AppendPathComponent(system_path); in BuildModulesSection()
|
| /openbsd-src/gnu/llvm/lldb/source/Symbol/ |
| H A D | LocateSymbolFile.cpp | 91 dsym_directory.AppendPathComponent(dsym_filename); in LookForDsymNextToExecutablePath() 92 dsym_directory.AppendPathComponent("Contents"); in LookForDsymNextToExecutablePath() 93 dsym_directory.AppendPathComponent("Resources"); in LookForDsymNextToExecutablePath() 94 dsym_directory.AppendPathComponent("DWARF"); in LookForDsymNextToExecutablePath() 101 dsym_fspec.AppendPathComponent(filename.AsCString()); in LookForDsymNextToExecutablePath() 117 dsym_fspec.AppendPathComponent(binary_name); in LookForDsymNextToExecutablePath() 132 dsym_yaa_fspec.AppendPathComponent(dsym_yaa_filename); in LookForDsymNextToExecutablePath()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/ |
| H A D | PlatformDarwin.cpp | 734 command_line_tools_path.AppendPathComponent("Library"); in GetCommandLineToolsLibraryPath() 784 sdks_spec.AppendPathComponent("Developer"); in GetSDKDirectoryForModules() 785 sdks_spec.AppendPathComponent("Platforms"); in GetSDKDirectoryForModules() 789 sdks_spec.AppendPathComponent("MacOSX.platform"); in GetSDKDirectoryForModules() 792 sdks_spec.AppendPathComponent("iPhoneSimulator.platform"); in GetSDKDirectoryForModules() 795 sdks_spec.AppendPathComponent("iPhoneOS.platform"); in GetSDKDirectoryForModules() 798 sdks_spec.AppendPathComponent("WatchSimulator.platform"); in GetSDKDirectoryForModules() 801 sdks_spec.AppendPathComponent("AppleTVSimulator.platform"); in GetSDKDirectoryForModules() 807 sdks_spec.AppendPathComponent("Developer"); in GetSDKDirectoryForModules() 808 sdks_spec.AppendPathComponent("SDKs"); in GetSDKDirectoryForModules() [all …]
|
| H A D | PlatformDarwinDevice.cpp | 74 sdk_symbols_symlink_fspec.AppendPathComponent("Symbols"); in UpdateSDKDirectoryInfosIfNeeded() 130 sdk_symbols_symlink_fspec.AppendPathComponent("Symbols"); in UpdateSDKDirectoryInfosIfNeeded() 345 device_support_spec.AppendPathComponent("Symbols"); in GetSharedModuleWithLocalCache() 346 device_support_spec.AppendPathComponent( in GetSharedModuleWithLocalCache()
|
| H A D | PlatformRemoteDarwinDevice.cpp | 149 local_file.AppendPathComponent(paths_to_try[i]); in GetFileInSDK() 150 local_file.AppendPathComponent(platform_file_path); in GetFileInSDK()
|
| /openbsd-src/gnu/llvm/lldb/source/API/ |
| H A D | SBFileSpec.cpp | 178 void SBFileSpec::AppendPathComponent(const char *fn) { in AppendPathComponent() function in SBFileSpec 181 m_opaque_up->AppendPathComponent(fn); in AppendPathComponent()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Utility/ |
| H A D | FileSpec.h | 401 void AppendPathComponent(llvm::StringRef component); 402 void AppendPathComponent(const FileSpec &new_path);
|
| /openbsd-src/gnu/llvm/lldb/source/Utility/ |
| H A D | FileSpec.cpp | 420 ret.AppendPathComponent(component); in CopyByAppendingPathComponent() 453 void FileSpec::AppendPathComponent(llvm::StringRef component) { in AppendPathComponent() function in FileSpec 460 void FileSpec::AppendPathComponent(const FileSpec &new_path) { in AppendPathComponent() function in FileSpec 461 return AppendPathComponent(new_path.GetPath(false)); in AppendPathComponent()
|
| /openbsd-src/gnu/llvm/lldb/bindings/interface/ |
| H A D | SBFileSpec.i | 81 AppendPathComponent (const char *file_or_directory);
|
| /openbsd-src/gnu/llvm/lldb/source/Host/posix/ |
| H A D | PipePosix.cpp | 123 tmpdir_file_spec.AppendPathComponent("/tmp"); in CreateWithUniqueName() 124 tmpdir_file_spec.AppendPathComponent(pipe_spec); in CreateWithUniqueName()
|
| /openbsd-src/gnu/llvm/lldb/source/Host/android/ |
| H A D | HostInfoAndroid.cpp | 73 file_candidate.AppendPathComponent(module_path.c_str()); in ResolveLibraryPath()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/API/ |
| H A D | SBFileSpec.h | 57 void AppendPathComponent(const char *file_or_directory);
|
| /openbsd-src/gnu/llvm/lldb/source/Host/common/ |
| H A D | HostInfoBase.cpp | 278 temp_file_spec.AppendPathComponent(pid_str); in ComputeProcessTempFileDirectory() 301 temp_file_spec.AppendPathComponent("lldb"); in ComputeGlobalTempFileDirectory()
|
| H A D | Host.cpp | 444 tmpdir_file_spec.AppendPathComponent("lldb-shell-output.%%%%%%"); in RunShellCommand()
|
| /openbsd-src/gnu/llvm/lldb/tools/lldb-server/ |
| H A D | lldb-platform.cpp | 107 temp_file_spec.AppendPathComponent("port-file.%%%%%%"); in save_socket_id_to_file()
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | Platform.cpp | 94 module_cache_dir.AppendPathComponent(".lldb"); in PlatformProperties() 95 module_cache_dir.AppendPathComponent("module_cache"); in PlatformProperties() 537 relative_spec.AppendPathComponent(dst.GetPath()); in Install() 1669 dir_spec.AppendPathComponent(GetPluginName()); in GetModuleCacheRoot() 1705 target_file.AppendPathComponent(local_file.GetFilename().AsCString()); in LoadImage()
|
| H A D | ModuleCache.cpp | 63 result_spec.AppendPathComponent(path2); in JoinPath()
|
| H A D | PathMappingList.cpp | 184 path.AppendPathComponent(*component); in AppendPathComponents()
|
| H A D | TargetList.cpp | 298 cwd_file.AppendPathComponent(file); in CreateTargetInternal()
|
| /openbsd-src/gnu/llvm/lldb/source/Host/windows/ |
| H A D | Host.cpp | 211 expand_tool_spec.AppendPathComponent("lldb-argdumper.exe"); in ShellExpandArguments()
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | DataFileCache.cpp | 154 cache_file.AppendPathComponent(filename); in GetCacheFilePath()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Android/ |
| H A D | PlatformAndroid.cpp | 324 symfile_platform_filespec.AppendPathComponent("symbolized.oat"); in DownloadSymbolFile()
|
| /openbsd-src/gnu/llvm/lldb/source/Expression/ |
| H A D | REPL.cpp | 65 tmpdir_file_spec.AppendPathComponent(file_basename.GetStringRef()); in GetSourcePath()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServerPlatform.cpp | 588 socket_path_spec.AppendPathComponent(socket_name.c_str()); in GetDomainSocketPath()
|
| H A D | GDBRemoteCommunication.cpp | 918 debugserver_file_spec.AppendPathComponent(DEBUGSERVER_BASENAME); in StartDebugserverProcess()
|