Searched refs:PlatformRemoteMacOSX (Results 1 – 11 of 11) sorted by relevance
/llvm-project/lldb/source/Plugins/Platform/MacOSX/ |
H A D | PlatformRemoteMacOSX.cpp | 34 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 D | PlatformRemoteMacOSX.h | 26 class PlatformRemoteMacOSX : public virtual PlatformRemoteDarwinDevice { 28 PlatformRemoteMacOSX();
|
H A D | PlatformMacOSX.cpp | 50 PlatformRemoteMacOSX::Initialize(); in Initialize() 87 PlatformRemoteMacOSX::Initialize(); in Terminate()
|
H A D | CMakeLists.txt | 19 PlatformRemoteMacOSX.cpp
|
/llvm-project/lldb/unittests/Process/ |
H A D | ProcessEventDataTest.cpp | 10 #include "Plugins/Platform/MacOSX/PlatformRemoteMacOSX.h" 155 Platform::SetHostPlatform(PlatformRemoteMacOSX::CreateInstance(true, &arch)); in TEST_F() 196 Platform::SetHostPlatform(PlatformRemoteMacOSX::CreateInstance(true, &arch)); in TEST_F()
|
/llvm-project/lldb/unittests/Callback/ |
H A D | TestBreakpointSetCallback.cpp | 11 #include "Plugins/Platform/MacOSX/PlatformRemoteMacOSX.h" 63 Platform::SetHostPlatform(PlatformRemoteMacOSX::CreateInstance(true, &arch)); in TEST_F()
|
/llvm-project/llvm/utils/gn/secondary/lldb/source/Plugins/Platform/MacOSX/ |
H A D | BUILD.gn | 48 "PlatformRemoteMacOSX.cpp",
|
/llvm-project/lldb/unittests/Interpreter/ |
H A D | TestCommandPaths.cpp | 106 Platform::SetHostPlatform(PlatformRemoteMacOSX::CreateInstance(true, &arch)); in TEST_F()
|
/llvm-project/lldb/unittests/Core/ |
H A D | DiagnosticEventTest.cpp | 41 PlatformRemoteMacOSX::CreateInstance(true, &arch)); in SetUp()
|
H A D | ProgressReportTest.cpp | 10 #include "Plugins/Platform/MacOSX/PlatformRemoteMacOSX.h" 34 PlatformRemoteMacOSX::CreateInstance(true, &arch)); in CreateListenerFor()
|
/llvm-project/lldb/unittests/Target/ |
H A D | MemoryTest.cpp | 91 Platform::SetHostPlatform(PlatformRemoteMacOSX::CreateInstance(true, &arch)); in TEST_F()
|