Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformRemoteAppleBridge.cpp32 PlatformRemoteAppleBridge::PlatformRemoteAppleBridge() in PlatformRemoteAppleBridge() function in PlatformRemoteAppleBridge
39 void PlatformRemoteAppleBridge::Initialize() { in Initialize()
43 PluginManager::RegisterPlugin(PlatformRemoteAppleBridge::GetPluginNameStatic(), in Initialize()
44 PlatformRemoteAppleBridge::GetDescriptionStatic(), 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()
[all …]
H A DPlatformRemoteAppleBridge.h23 class PlatformRemoteAppleBridge : public PlatformRemoteDarwinDevice {
25 PlatformRemoteAppleBridge();
H A DPlatformMacOSX.cpp55 PlatformRemoteAppleBridge::Initialize(); in Initialize()
78 PlatformRemoteAppleBridge::Terminate(); in Terminate()
H A DCMakeLists.txt14 PlatformRemoteAppleBridge.cpp
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/Platform/MacOSX/
H A DBUILD.gn43 "PlatformRemoteAppleBridge.cpp",
/openbsd-src/gnu/usr.bin/clang/liblldbPluginPlatform/
H A DMakefile17 PlatformRemoteAppleBridge.cpp \