Searched refs:PlatformAppleSimulator (Results 1 – 7 of 7) sorted by relevance
40 PlatformAppleSimulator::PlatformAppleSimulator( in PlatformAppleSimulator() function in PlatformAppleSimulator55 PlatformAppleSimulator::~PlatformAppleSimulator() = default;57 lldb_private::Status PlatformAppleSimulator::LaunchProcess( in LaunchProcess()84 void PlatformAppleSimulator::GetStatus(Stream &strm) { in GetStatus()94 PlatformAppleSimulator::LoadCoreSimulator(); in GetStatus()132 Status PlatformAppleSimulator::ConnectRemote(Args &args) { in ConnectRemote()138 PlatformAppleSimulator::LoadCoreSimulator(); in ConnectRemote()171 Status PlatformAppleSimulator::DisconnectRemote() { in DisconnectRemote()183 PlatformAppleSimulator::DebugProcess(ProcessLaunchInfo &launch_info, in DebugProcess()227 FileSpec PlatformAppleSimulator::GetCoreSimulatorPath() { in GetCoreSimulatorPath()[all …]
40 class PlatformAppleSimulator : public PlatformDarwin {48 PlatformAppleSimulator(67 ~PlatformAppleSimulator() override;132 PlatformAppleSimulator(const PlatformAppleSimulator &) = delete;133 const PlatformAppleSimulator &134 operator=(const PlatformAppleSimulator &) = delete;
51 PlatformAppleSimulator::Initialize(); in Initialize()82 PlatformAppleSimulator::Terminate(); in Terminate()
23 PlatformAppleSimulator.cpp
52 sources += [ "PlatformAppleSimulator.cpp" ]
23 PlatformAppleSimulator.cpp \
4249 lldb/source/Plugins/Platform/MacOSX/PlatformAppleSimulator.h