Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformRemoteiOS.cpp29 LLDB_PLUGIN_DEFINE(PlatformRemoteiOS)
35 void PlatformRemoteiOS::Initialize() { in Initialize()
39 PluginManager::RegisterPlugin(PlatformRemoteiOS::GetPluginNameStatic(), in Initialize()
40 PlatformRemoteiOS::GetDescriptionStatic(), in Initialize()
41 PlatformRemoteiOS::CreateInstance); in Initialize()
45 void PlatformRemoteiOS::Terminate() { in Terminate()
48 PluginManager::UnregisterPlugin(PlatformRemoteiOS::CreateInstance); in Terminate()
55 PlatformSP PlatformRemoteiOS::CreateInstance(bool force, const ArchSpec *arch) { in CreateInstance()
119 return lldb::PlatformSP(new PlatformRemoteiOS()); in CreateInstance()
129 llvm::StringRef PlatformRemoteiOS::GetDescriptionStatic() { in GetDescriptionStatic()
[all …]
H A DPlatformRemoteiOS.h21 class PlatformRemoteiOS : public PlatformRemoteDarwinDevice {
23 PlatformRemoteiOS();
H A DPlatformMacOSX.cpp49 PlatformRemoteiOS::Initialize(); in Initialize()
88 PlatformRemoteiOS::Terminate(); in Terminate()
H A DCMakeLists.txt20 PlatformRemoteiOS.cpp
/llvm-project/llvm/utils/gn/secondary/lldb/source/Plugins/Platform/MacOSX/
H A DBUILD.gn49 "PlatformRemoteiOS.cpp",
/llvm-project/lldb/unittests/Platform/
H A DPlatformAppleSimulatorTest.cpp24 SubsystemRAII<FileSystem, HostInfo, PlatformAppleSimulator, PlatformRemoteiOS,