Searched refs:PlatformRemoteAppleBridge (Results 1 – 4 of 4) sorted by relevance
31 PlatformRemoteAppleBridge::PlatformRemoteAppleBridge() in PlatformRemoteAppleBridge() function in PlatformRemoteAppleBridge38 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 …]
20 class PlatformRemoteAppleBridge : public PlatformRemoteDarwinDevice {22 PlatformRemoteAppleBridge();
54 PlatformRemoteAppleBridge::Initialize(); in Initialize()77 PlatformRemoteAppleBridge::Terminate(); in Terminate()
13 PlatformRemoteAppleBridge.cpp