Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/
DPlatformAppleSimulator.cpp38 PlatformAppleSimulator::PlatformAppleSimulator( in PlatformAppleSimulator() function in PlatformAppleSimulator
53 PlatformAppleSimulator::~PlatformAppleSimulator() {} in ~PlatformAppleSimulator()
55 lldb_private::Status PlatformAppleSimulator::LaunchProcess( in LaunchProcess()
82 void PlatformAppleSimulator::GetStatus(Stream &strm) { in GetStatus()
92 PlatformAppleSimulator::LoadCoreSimulator(); in GetStatus()
130 Status PlatformAppleSimulator::ConnectRemote(Args &args) { in ConnectRemote()
136 PlatformAppleSimulator::LoadCoreSimulator(); in ConnectRemote()
169 Status PlatformAppleSimulator::DisconnectRemote() { in DisconnectRemote()
180 lldb::ProcessSP PlatformAppleSimulator::DebugProcess( in DebugProcess()
226 FileSpec PlatformAppleSimulator::GetCoreSimulatorPath() { in GetCoreSimulatorPath()
[all …]
DPlatformAppleSimulator.h21 class PlatformAppleSimulator : public PlatformDarwin {
29 PlatformAppleSimulator(
47 virtual ~PlatformAppleSimulator();
115 PlatformAppleSimulator(const PlatformAppleSimulator &) = delete;
116 const PlatformAppleSimulator &
117 operator=(const PlatformAppleSimulator &) = delete;
DPlatformMacOSX.cpp50 PlatformAppleSimulator::Initialize(); in Initialize()
81 PlatformAppleSimulator::Terminate(); in Terminate()
DCMakeLists.txt22 PlatformAppleSimulator.cpp
/external/llvm-project/lldb/unittests/Platform/
DPlatformAppleSimulatorTest.cpp21 SubsystemRAII<FileSystem, HostInfo, PlatformAppleSimulator>