Lines Matching refs:PlatformAppleSimulator

39 PlatformAppleSimulator::PlatformAppleSimulator(  in PlatformAppleSimulator()  function in PlatformAppleSimulator
54 PlatformAppleSimulator::~PlatformAppleSimulator() = default;
56 lldb_private::Status PlatformAppleSimulator::LaunchProcess( in LaunchProcess()
83 void PlatformAppleSimulator::GetStatus(Stream &strm) { in GetStatus()
93 PlatformAppleSimulator::LoadCoreSimulator(); in GetStatus()
131 Status PlatformAppleSimulator::ConnectRemote(Args &args) { in ConnectRemote()
137 PlatformAppleSimulator::LoadCoreSimulator(); in ConnectRemote()
170 Status PlatformAppleSimulator::DisconnectRemote() { in DisconnectRemote()
182 PlatformAppleSimulator::DebugProcess(ProcessLaunchInfo &launch_info, in DebugProcess()
226 FileSpec PlatformAppleSimulator::GetCoreSimulatorPath() { in GetCoreSimulatorPath()
241 void PlatformAppleSimulator::LoadCoreSimulator() { in LoadCoreSimulator()
253 CoreSimulatorSupport::Device PlatformAppleSimulator::GetSimulatorDevice() { in GetSimulatorDevice()
269 std::vector<ArchSpec> PlatformAppleSimulator::GetSupportedArchitectures( in GetSupportedArchitectures()
286 PlatformSP PlatformAppleSimulator::CreateInstance( in CreateInstance()
353 return PlatformSP(new PlatformAppleSimulator( in CreateInstance()
364 Status PlatformAppleSimulator::ResolveExecutable( in ResolveExecutable()
439 Status PlatformAppleSimulator::GetSymbolFile(const FileSpec &platform_file, in GetSymbolFile()
472 Status PlatformAppleSimulator::GetSharedModule( in GetSharedModule()
500 uint32_t PlatformAppleSimulator::FindProcesses( in FindProcesses()
547 return PlatformAppleSimulator::CreateInstance( in CreateInstance()
591 return PlatformAppleSimulator::CreateInstance( in CreateInstance()
633 return PlatformAppleSimulator::CreateInstance( in CreateInstance()
659 void PlatformAppleSimulator::Initialize() { in Initialize()
668 void PlatformAppleSimulator::Terminate() { in Terminate()