Home
last modified time | relevance | path

Searched refs:PlatformRemoteAppleBridge (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformRemoteAppleBridge.cpp32 PlatformRemoteAppleBridge::PlatformRemoteAppleBridge() in PlatformRemoteAppleBridge() function in PlatformRemoteAppleBridge
39 void PlatformRemoteAppleBridge::Initialize() { in Initialize()
45 PlatformRemoteAppleBridge::CreateInstance); in Initialize()
49 void PlatformRemoteAppleBridge::Terminate() { in Terminate()
52 PluginManager::UnregisterPlugin(PlatformRemoteAppleBridge::CreateInstance); in Terminate()
59 PlatformSP PlatformRemoteAppleBridge::CreateInstance(bool force, in CreateInstance()
127 return lldb::PlatformSP(new PlatformRemoteAppleBridge()); in CreateInstance()
137 llvm::StringRef PlatformRemoteAppleBridge::GetDescriptionStatic() { in GetDescriptionStatic()
141 std::vector<ArchSpec> PlatformRemoteAppleBridge::GetSupportedArchitectures( in GetSupportedArchitectures()
146 llvm::StringRef PlatformRemoteAppleBridge::GetDeviceSupportDirectoryName() { in GetDeviceSupportDirectoryName()
[all …]
H A DPlatformRemoteAppleBridge.h23 class PlatformRemoteAppleBridge : public PlatformRemoteDarwinDevice {
25 PlatformRemoteAppleBridge();
H A DPlatformMacOSX.cpp54 PlatformRemoteAppleBridge::Initialize(); in Initialize()
77 PlatformRemoteAppleBridge::Terminate(); in Terminate()
H A DCMakeLists.txt14 PlatformRemoteAppleBridge.cpp
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Plugins/Platform/MacOSX/
H A DBUILD.gn40 "PlatformRemoteAppleBridge.cpp",