Searched refs:platform_file_path (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/ |
| H A D | PlatformRemoteDarwinDevice.cpp | 131 bool PlatformRemoteDarwinDevice::GetFileInSDK(const char *platform_file_path, in GetFileInSDK() argument 140 if (!sdkroot_path.empty() && platform_file_path && platform_file_path[0]) { in GetFileInSDK() 150 local_file.AppendPathComponent(platform_file_path); in GetFileInSDK() 154 platform_file_path, sdkroot_path.c_str(), paths_to_try[i]); in GetFileInSDK() 169 char platform_file_path[PATH_MAX]; in GetSymbolFile() local 170 if (platform_file.GetPath(platform_file_path, sizeof(platform_file_path))) { in GetSymbolFile() 174 (llvm::Twine(os_version_dir) + "/" + platform_file_path).str(); in GetSymbolFile() 181 platform_file_path, os_version_dir); in GetSymbolFile() 187 platform_file_path) in GetSymbolFile() 196 platform_file_path, os_version_dir); in GetSymbolFile() [all …]
|
| H A D | PlatformAppleSimulator.cpp | 455 char platform_file_path[PATH_MAX]; in GetSymbolFile() local 456 if (platform_file.GetPath(platform_file_path, sizeof(platform_file_path))) { in GetSymbolFile() 461 m_sdk.str().c_str(), platform_file_path); in GetSymbolFile() 470 local_file.SetFile(platform_file_path, FileSpec::Style::native); in GetSymbolFile() 477 platform_file_path, GetPluginName()); in GetSymbolFile()
|
| H A D | PlatformRemoteDarwinDevice.h | 70 bool GetFileInSDK(const char *platform_file_path, uint32_t sdk_idx,
|