Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/
DPlatformRemoteiOS.cpp28 LLDB_PLUGIN_DEFINE(PlatformRemoteiOS)
34 void PlatformRemoteiOS::Initialize() { in Initialize()
38 PluginManager::RegisterPlugin(PlatformRemoteiOS::GetPluginNameStatic(), in Initialize()
39 PlatformRemoteiOS::GetDescriptionStatic(), in Initialize()
40 PlatformRemoteiOS::CreateInstance); in Initialize()
44 void PlatformRemoteiOS::Terminate() { in Terminate()
47 PluginManager::UnregisterPlugin(PlatformRemoteiOS::CreateInstance); in Terminate()
54 PlatformSP PlatformRemoteiOS::CreateInstance(bool force, const ArchSpec *arch) { in CreateInstance()
118 return lldb::PlatformSP(new PlatformRemoteiOS()); in CreateInstance()
128 lldb_private::ConstString PlatformRemoteiOS::GetPluginNameStatic() { in GetPluginNameStatic()
[all …]
DPlatformRemoteiOS.h19 class PlatformRemoteiOS : public PlatformRemoteDarwinDevice {
21 PlatformRemoteiOS();
DPlatformMacOSX.cpp47 PlatformRemoteiOS::Initialize(); in Initialize()
84 PlatformRemoteiOS::Terminate(); in Terminate()
DCMakeLists.txt18 PlatformRemoteiOS.cpp
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp2458 platform_sp->GetName() == PlatformRemoteiOS::GetPluginNameStatic()) { in DoDestroy()