HomeSort by relevance Sort by last modified time
    Searched refs:PlatformDarwinKernel (Results 1 - 5 of 5) sorted by null

  /external/lldb/source/Plugins/Platform/MacOSX/
PlatformDarwinKernel.cpp 1 //===-- PlatformDarwinKernel.cpp -----------------------------------*- C++ -*-===//
10 #include "PlatformDarwinKernel.h"
52 PlatformDarwinKernel::Initialize ()
56 PluginManager::RegisterPlugin (PlatformDarwinKernel::GetPluginNameStatic(),
57 PlatformDarwinKernel::GetDescriptionStatic(),
58 PlatformDarwinKernel::CreateInstance,
59 PlatformDarwinKernel::DebuggerInitialize);
64 PlatformDarwinKernel::Terminate ()
70 PluginManager::UnregisterPlugin (PlatformDarwinKernel::CreateInstance);
76 PlatformDarwinKernel::CreateInstance (bool force, const ArchSpec *arch
    [all...]
Android.mk 13 PlatformDarwinKernel.cpp \
PlatformDarwinKernel.h 1 //===-- PlatformDarwinKernel.h ----------------------------------*- C++ -*-===//
26 class PlatformDarwinKernel : public PlatformDarwin
54 PlatformDarwinKernel (lldb_private::LazyBool is_ios_debug_session);
57 ~PlatformDarwinKernel();
170 DISALLOW_COPY_AND_ASSIGN (PlatformDarwinKernel);
177 // PlatformDarwinKernel for the plug-in name, we compile just the plug-in name in
180 // PlatformDarwinKernel build on all systems. PlatformDarwinKernel is currently not
184 class PlatformDarwinKernel
  /external/lldb/source/
lldb.cpp 59 #include "Plugins/Platform/MacOSX/PlatformDarwinKernel.h"
135 PlatformDarwinKernel::Initialize();
217 PlatformDarwinKernel::Terminate();
  /external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
DynamicLoaderDarwinKernel.cpp 29 #include "Plugins/Platform/MacOSX/PlatformDarwinKernel.h"
463 PlatformSP platform_sp(Platform::FindPlugin (process, PlatformDarwinKernel::GetPluginNameStatic ()));
808 // If the current platform is PlatformDarwinKernel, create a ModuleSpec with the filename set
815 static ConstString g_platform_name (PlatformDarwinKernel::GetPluginNameStatic());
    [all...]

Completed in 57 milliseconds