Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformAppleSimulator.cpp40 PlatformAppleSimulator::PlatformAppleSimulator( in PlatformAppleSimulator() function in PlatformAppleSimulator
55 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 …]
H A DPlatformAppleSimulator.h40 class PlatformAppleSimulator : public PlatformDarwin {
48 PlatformAppleSimulator(
67 ~PlatformAppleSimulator() override;
132 PlatformAppleSimulator(const PlatformAppleSimulator &) = delete;
133 const PlatformAppleSimulator &
134 operator=(const PlatformAppleSimulator &) = delete;
H A DPlatformMacOSX.cpp51 PlatformAppleSimulator::Initialize(); in Initialize()
82 PlatformAppleSimulator::Terminate(); in Terminate()
H A DCMakeLists.txt23 PlatformAppleSimulator.cpp
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/Platform/MacOSX/
H A DBUILD.gn52 sources += [ "PlatformAppleSimulator.cpp" ]
/openbsd-src/gnu/usr.bin/clang/liblldbPluginPlatform/
H A DMakefile23 PlatformAppleSimulator.cpp \
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt4249 lldb/source/Plugins/Platform/MacOSX/PlatformAppleSimulator.h