Searched defs:PlatformDarwinKernel (Results 1 - 2 of 2) sorted by relevance

/external/lldb/source/Plugins/Platform/MacOSX/
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
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...]

Completed in 77 milliseconds