Searched refs:PlatformDarwinKernel (Results 1 - 5 of 5) sorted by relevance

/external/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwinKernel.cpp1 //===-- 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
249 PlatformDarwinKernel::PlatformDarwinKernel (lldb_private::LazyBool is_ios_debug_session) : function in class:PlatformDarwinKernel
[all...]
H A DAndroid.mk13 PlatformDarwinKernel.cpp \
H A DPlatformDarwinKernel.h1 //===-- PlatformDarwinKernel.h ----------------------------------*- C++ -*-===//
26 class PlatformDarwinKernel : public PlatformDarwin class in inherits: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 class
/external/lldb/source/
H A Dlldb.cpp59 #include "Plugins/Platform/MacOSX/PlatformDarwinKernel.h"
135 PlatformDarwinKernel::Initialize();
217 PlatformDarwinKernel::Terminate();
/external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.cpp29 #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());

Completed in 93 milliseconds