Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
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 …]
DPlatformRemoteiOS.h21 class PlatformRemoteiOS : public PlatformRemoteDarwinDevice {
23 PlatformRemoteiOS();
DPlatformMacOSX.cpp48 PlatformRemoteiOS::Initialize(); in Initialize()
85 PlatformRemoteiOS::Terminate(); in Terminate()
DCMakeLists.txt19 PlatformRemoteiOS.cpp
/openbsd/src/gnu/usr.bin/clang/liblldbPluginPlatform/
DMakefile22 PlatformRemoteiOS.cpp \
/openbsd/src/gnu/llvm/clang/docs/tools/
Dclang-formatted-files.txt4257 lldb/source/Plugins/Platform/MacOSX/PlatformRemoteiOS.h