Searched refs:PlatformAppleSimulator (Results 1 – 5 of 5) sorted by relevance
38 PlatformAppleSimulator::PlatformAppleSimulator( in PlatformAppleSimulator() function in PlatformAppleSimulator53 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 …]
21 class PlatformAppleSimulator : public PlatformDarwin {29 PlatformAppleSimulator(47 virtual ~PlatformAppleSimulator();115 PlatformAppleSimulator(const PlatformAppleSimulator &) = delete;116 const PlatformAppleSimulator &117 operator=(const PlatformAppleSimulator &) = delete;
50 PlatformAppleSimulator::Initialize(); in Initialize()81 PlatformAppleSimulator::Terminate(); in Terminate()
22 PlatformAppleSimulator.cpp
21 SubsystemRAII<FileSystem, HostInfo, PlatformAppleSimulator>