HomeSort by relevance Sort by last modified time
    Searched defs:PlatformRemoteiOS (Results 1 - 2 of 2) sorted by null

  /external/lldb/source/Plugins/Platform/MacOSX/
PlatformRemoteiOS.h 1 //===-- PlatformRemoteiOS.h ----------------------------------------*- C++ -*-===//
21 class PlatformRemoteiOS : public PlatformDarwin
46 PlatformRemoteiOS ();
49 ~PlatformRemoteiOS();
166 DISALLOW_COPY_AND_ASSIGN (PlatformRemoteiOS);
PlatformRemoteiOS.cpp 1 //===-- PlatformRemoteiOS.cpp -----------------------------------*- C++ -*-===//
10 #include "PlatformRemoteiOS.h"
32 PlatformRemoteiOS::SDKDirectoryInfo::SDKDirectoryInfo (const lldb_private::FileSpec &sdk_dir) :
64 PlatformRemoteiOS::Initialize ()
68 PluginManager::RegisterPlugin (PlatformRemoteiOS::GetPluginNameStatic(),
69 PlatformRemoteiOS::GetDescriptionStatic(),
70 PlatformRemoteiOS::CreateInstance);
75 PlatformRemoteiOS::Terminate ()
81 PluginManager::UnregisterPlugin (PlatformRemoteiOS::CreateInstance);
87 PlatformRemoteiOS::CreateInstance (bool force, const ArchSpec *arch
    [all...]

Completed in 46 milliseconds