Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Platform/MacOSX/
DPlatformRemoteiOS.cpp32 PlatformRemoteiOS::SDKDirectoryInfo::SDKDirectoryInfo (const lldb_private::FileSpec &sdk_dir) : in SDKDirectoryInfo()
64 PlatformRemoteiOS::Initialize () in Initialize()
68 PluginManager::RegisterPlugin (PlatformRemoteiOS::GetPluginNameStatic(), in Initialize()
69 PlatformRemoteiOS::GetDescriptionStatic(), in Initialize()
70 PlatformRemoteiOS::CreateInstance); in Initialize()
75 PlatformRemoteiOS::Terminate () in Terminate()
81 PluginManager::UnregisterPlugin (PlatformRemoteiOS::CreateInstance); in Terminate()
87 PlatformRemoteiOS::CreateInstance (bool force, const ArchSpec *arch) in CreateInstance()
146 return new PlatformRemoteiOS (); in CreateInstance()
152 PlatformRemoteiOS::GetPluginNameStatic () in GetPluginNameStatic()
[all …]
DPlatformRemoteiOS.h21 class PlatformRemoteiOS : public PlatformDarwin
46 PlatformRemoteiOS ();
49 ~PlatformRemoteiOS();
166 DISALLOW_COPY_AND_ASSIGN (PlatformRemoteiOS);
DCMakeLists.txt8 PlatformRemoteiOS.cpp
DAndroid.mk16 PlatformRemoteiOS.cpp
/external/lldb/source/
Dlldb.cpp136 PlatformRemoteiOS::Initialize(); in Initialize()
218 PlatformRemoteiOS::Terminate(); in Terminate()
/external/lldb/lldb.xcodeproj/
Dproject.pbxproj295 …3353E4200698AC0 /* PlatformRemoteiOS.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2675F6FE13…
997 …7997B /* PlatformRemoteiOS.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =…
998 …0067997B /* PlatformRemoteiOS.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
3174 2675F6FE1332BE690067997B /* PlatformRemoteiOS.cpp */,
3175 2675F6FF1332BE690067997B /* PlatformRemoteiOS.h */,
4078 2689009C13353E4200698AC0 /* PlatformRemoteiOS.cpp in Sources */,
/external/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp1836 && platform_sp->GetName() == PlatformRemoteiOS::GetPluginNameStatic()) in DoDestroy()