Home
last modified time | relevance | path

Searched refs:PlatformRemoteMacOSX (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformRemoteMacOSX.cpp34 PlatformRemoteMacOSX::PlatformRemoteMacOSX() : PlatformRemoteDarwinDevice() {} in PlatformRemoteMacOSX() function in PlatformRemoteMacOSX
40 void PlatformRemoteMacOSX::Initialize() { in Initialize()
44 PluginManager::RegisterPlugin(PlatformRemoteMacOSX::GetPluginNameStatic(), in Initialize()
45 PlatformRemoteMacOSX::GetDescriptionStatic(), in Initialize()
46 PlatformRemoteMacOSX::CreateInstance); in Initialize()
50 void PlatformRemoteMacOSX::Terminate() { in Terminate()
53 PluginManager::UnregisterPlugin(PlatformRemoteMacOSX::CreateInstance); in Terminate()
60 PlatformSP PlatformRemoteMacOSX::CreateInstance(bool force, in CreateInstance()
119 return std::make_shared<PlatformRemoteMacOSX>(); in CreateInstance()
129 PlatformRemoteMacOSX::GetSupportedArchitectures(const ArchSpec &host_info) { in GetSupportedArchitectures()
[all …]
H A DPlatformRemoteMacOSX.h26 class PlatformRemoteMacOSX : public virtual PlatformRemoteDarwinDevice {
28 PlatformRemoteMacOSX();
H A DPlatformMacOSX.cpp49 PlatformRemoteMacOSX::Initialize(); in Initialize()
84 PlatformRemoteMacOSX::Initialize(); in Terminate()
H A DCMakeLists.txt18 PlatformRemoteMacOSX.cpp
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/Platform/MacOSX/
H A DBUILD.gn47 "PlatformRemoteMacOSX.cpp",
/openbsd-src/gnu/usr.bin/clang/liblldbPluginPlatform/
H A DMakefile21 PlatformRemoteMacOSX.cpp \
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt4258 lldb/source/Plugins/Platform/MacOSX/PlatformRemoteMacOSX.cpp
4259 lldb/source/Plugins/Platform/MacOSX/PlatformRemoteMacOSX.h