Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.cpp30 PlatformRemoteDarwinDevice::SDKDirectoryInfo::SDKDirectoryInfo( in SDKDirectoryInfo()
40 PlatformRemoteDarwinDevice::PlatformRemoteDarwinDevice() in PlatformRemoteDarwinDevice() function in PlatformRemoteDarwinDevice
47 PlatformRemoteDarwinDevice::~PlatformRemoteDarwinDevice() = default;
49 void PlatformRemoteDarwinDevice::GetStatus(Stream &strm) { in GetStatus()
65 Status PlatformRemoteDarwinDevice::ResolveExecutable( in ResolveExecutable()
130 bool PlatformRemoteDarwinDevice::GetFileInSDK(const char *platform_file_path, in GetFileInSDK()
163 Status PlatformRemoteDarwinDevice::GetSymbolFile(const FileSpec &platform_file, in GetSymbolFile()
223 Status PlatformRemoteDarwinDevice::GetSharedModule( in GetSharedModule()
355 uint32_t PlatformRemoteDarwinDevice::GetConnectedSDKIndex() { in GetConnectedSDKIndex()
375 uint32_t PlatformRemoteDarwinDevice::GetSDKIndexBySDKDirectoryInfo( in GetSDKIndexBySDKDirectoryInfo()
H A DPlatformRemoteAppleWatch.h21 class PlatformRemoteAppleWatch : public PlatformRemoteDarwinDevice {
H A DPlatformRemoteAppleBridge.h23 class PlatformRemoteAppleBridge : public PlatformRemoteDarwinDevice {
H A DPlatformRemoteAppleTV.h24 class PlatformRemoteAppleTV : public PlatformRemoteDarwinDevice {
H A DPlatformRemoteiOS.h21 class PlatformRemoteiOS : 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 DPlatformRemoteAppleTV.cpp34 : PlatformRemoteDarwinDevice () {} in PlatformRemoteAppleTV()
H A DPlatformRemoteiOS.cpp135 : PlatformRemoteDarwinDevice() {} in PlatformRemoteiOS()
H A DPlatformRemoteMacOSX.cpp34 PlatformRemoteMacOSX::PlatformRemoteMacOSX() : PlatformRemoteDarwinDevice() {} in PlatformRemoteMacOSX()
H A DPlatformRemoteAppleWatch.cpp145 : PlatformRemoteDarwinDevice() {} in PlatformRemoteAppleWatch()
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Plugins/Platform/MacOSX/
H A DBUILD.gn43 "PlatformRemoteDarwinDevice.cpp",