Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/
DPlatformRemoteAppleBridge.cpp31 PlatformRemoteAppleBridge::PlatformRemoteAppleBridge() in PlatformRemoteAppleBridge() function in PlatformRemoteAppleBridge
38 void PlatformRemoteAppleBridge::Initialize() { in Initialize()
42 PluginManager::RegisterPlugin(PlatformRemoteAppleBridge::GetPluginNameStatic(), in Initialize()
43 PlatformRemoteAppleBridge::GetDescriptionStatic(), in Initialize()
44 PlatformRemoteAppleBridge::CreateInstance); in Initialize()
48 void PlatformRemoteAppleBridge::Terminate() { in Terminate()
51 PluginManager::UnregisterPlugin(PlatformRemoteAppleBridge::CreateInstance); in Terminate()
58 PlatformSP PlatformRemoteAppleBridge::CreateInstance(bool force, in CreateInstance()
126 return lldb::PlatformSP(new PlatformRemoteAppleBridge()); in CreateInstance()
136 lldb_private::ConstString PlatformRemoteAppleBridge::GetPluginNameStatic() { in GetPluginNameStatic()
[all …]
DPlatformRemoteAppleBridge.h20 class PlatformRemoteAppleBridge : public PlatformRemoteDarwinDevice {
22 PlatformRemoteAppleBridge();
DPlatformMacOSX.cpp54 PlatformRemoteAppleBridge::Initialize(); in Initialize()
77 PlatformRemoteAppleBridge::Terminate(); in Terminate()
DCMakeLists.txt13 PlatformRemoteAppleBridge.cpp