Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/
DPlatformRemoteDarwinDevice.cpp29 PlatformRemoteDarwinDevice::SDKDirectoryInfo::SDKDirectoryInfo( in SDKDirectoryInfo()
39 PlatformRemoteDarwinDevice::PlatformRemoteDarwinDevice() in PlatformRemoteDarwinDevice() function in PlatformRemoteDarwinDevice
50 PlatformRemoteDarwinDevice::~PlatformRemoteDarwinDevice() {} in ~PlatformRemoteDarwinDevice()
52 void PlatformRemoteDarwinDevice::GetStatus(Stream &strm) { in GetStatus()
68 Status PlatformRemoteDarwinDevice::ResolveExecutable( in ResolveExecutable()
136 PlatformRemoteDarwinDevice::GetContainedFilesIntoVectorOfStringsCallback( in GetContainedFilesIntoVectorOfStringsCallback()
138 ((PlatformRemoteDarwinDevice::SDKDirectoryInfoCollection *)baton) in GetContainedFilesIntoVectorOfStringsCallback()
139 ->push_back(PlatformRemoteDarwinDevice::SDKDirectoryInfo(FileSpec(path))); in GetContainedFilesIntoVectorOfStringsCallback()
143 bool PlatformRemoteDarwinDevice::UpdateSDKDirectoryInfosIfNeeded() { in UpdateSDKDirectoryInfosIfNeeded()
264 const PlatformRemoteDarwinDevice::SDKDirectoryInfo *
[all …]
DPlatformRemoteDarwinDevice.h19 class PlatformRemoteDarwinDevice : public PlatformDarwin {
21 PlatformRemoteDarwinDevice();
23 ~PlatformRemoteDarwinDevice() override;
104 PlatformRemoteDarwinDevice(const PlatformRemoteDarwinDevice &) = delete;
105 const PlatformRemoteDarwinDevice &
106 operator=(const PlatformRemoteDarwinDevice &) = delete;
DPlatformRemoteAppleBridge.h20 class PlatformRemoteAppleBridge : public PlatformRemoteDarwinDevice {
DPlatformRemoteAppleTV.h20 class PlatformRemoteAppleTV : public PlatformRemoteDarwinDevice {
DPlatformRemoteAppleWatch.h21 class PlatformRemoteAppleWatch : public PlatformRemoteDarwinDevice {
DPlatformRemoteiOS.h19 class PlatformRemoteiOS : public PlatformRemoteDarwinDevice {
DPlatformRemoteMacOSX.h21 class PlatformRemoteMacOSX : public virtual PlatformRemoteDarwinDevice {
DCMakeLists.txt16 PlatformRemoteDarwinDevice.cpp
DPlatformRemoteAppleBridge.cpp32 : PlatformRemoteDarwinDevice () {} in PlatformRemoteAppleBridge()
DPlatformRemoteiOS.cpp139 : PlatformRemoteDarwinDevice() {} in PlatformRemoteiOS()
DPlatformRemoteAppleTV.cpp33 : PlatformRemoteDarwinDevice () {} in PlatformRemoteAppleTV()
DPlatformRemoteAppleWatch.cpp149 : PlatformRemoteDarwinDevice() {} in PlatformRemoteAppleWatch()
DPlatformRemoteMacOSX.cpp33 PlatformRemoteMacOSX::PlatformRemoteMacOSX() : PlatformRemoteDarwinDevice() {} in PlatformRemoteMacOSX()