Home
last modified time | relevance | path

Searched refs:PlatformRemoteDarwinDevice (Results 1 – 15 of 15) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformRemoteDarwinDevice.h36 class PlatformRemoteDarwinDevice : public PlatformDarwinDevice {
38 PlatformRemoteDarwinDevice();
40 ~PlatformRemoteDarwinDevice() override;
80 PlatformRemoteDarwinDevice(const PlatformRemoteDarwinDevice &) = delete;
81 const PlatformRemoteDarwinDevice &
82 operator=(const PlatformRemoteDarwinDevice &) = delete;
H A DPlatformRemoteDarwinDevice.cpp31 PlatformRemoteDarwinDevice::SDKDirectoryInfo::SDKDirectoryInfo( in SDKDirectoryInfo()
41 PlatformRemoteDarwinDevice::PlatformRemoteDarwinDevice() in PlatformRemoteDarwinDevice() function in PlatformRemoteDarwinDevice
48 PlatformRemoteDarwinDevice::~PlatformRemoteDarwinDevice() = default;
50 void PlatformRemoteDarwinDevice::GetStatus(Stream &strm) { in GetStatus()
66 Status PlatformRemoteDarwinDevice::ResolveExecutable( in ResolveExecutable()
131 bool PlatformRemoteDarwinDevice::GetFileInSDK(const char *platform_file_path, in GetFileInSDK()
164 Status PlatformRemoteDarwinDevice::GetSymbolFile(const FileSpec &platform_file, in GetSymbolFile()
224 Status PlatformRemoteDarwinDevice::GetSharedModule( in GetSharedModule()
356 uint32_t PlatformRemoteDarwinDevice::GetConnectedSDKIndex() { in GetConnectedSDKIndex()
376 uint32_t PlatformRemoteDarwinDevice::GetSDKIndexBySDKDirectoryInfo( in GetSDKIndexBySDKDirectoryInfo()
H A DPlatformRemoteAppleWatch.h21 class PlatformRemoteAppleWatch : public PlatformRemoteDarwinDevice {
H A DPlatformRemoteAppleBridge.h23 class PlatformRemoteAppleBridge : public PlatformRemoteDarwinDevice {
H A DPlatformRemoteiOS.h21 class PlatformRemoteiOS : public PlatformRemoteDarwinDevice {
H A DPlatformRemoteAppleTV.h24 class PlatformRemoteAppleTV : public PlatformRemoteDarwinDevice {
H A DPlatformRemoteMacOSX.h26 class PlatformRemoteMacOSX : public virtual PlatformRemoteDarwinDevice {
H A DCMakeLists.txt17 PlatformRemoteDarwinDevice.cpp
H A DPlatformRemoteAppleBridge.cpp33 : PlatformRemoteDarwinDevice () {} in PlatformRemoteAppleBridge()
H A DPlatformRemoteMacOSX.cpp34 PlatformRemoteMacOSX::PlatformRemoteMacOSX() : PlatformRemoteDarwinDevice() {} in PlatformRemoteMacOSX()
H A DPlatformRemoteAppleTV.cpp34 : PlatformRemoteDarwinDevice () {} in PlatformRemoteAppleTV()
H A DPlatformRemoteiOS.cpp135 : PlatformRemoteDarwinDevice() {} in PlatformRemoteiOS()
H A DPlatformRemoteAppleWatch.cpp145 : PlatformRemoteDarwinDevice() {} in PlatformRemoteAppleWatch()
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/Platform/MacOSX/
H A DBUILD.gn46 "PlatformRemoteDarwinDevice.cpp",
/openbsd-src/gnu/usr.bin/clang/liblldbPluginPlatform/
H A DMakefile20 PlatformRemoteDarwinDevice.cpp \