Searched refs:PlatformDarwinKernel (Results 1 – 5 of 5) sorted by relevance
49 void PlatformDarwinKernel::Initialize() { in Initialize()53 PluginManager::RegisterPlugin(PlatformDarwinKernel::GetPluginNameStatic(), in Initialize()54 PlatformDarwinKernel::GetDescriptionStatic(), in Initialize()55 PlatformDarwinKernel::CreateInstance, in Initialize()56 PlatformDarwinKernel::DebuggerInitialize); in Initialize()60 void PlatformDarwinKernel::Terminate() { in Terminate()63 PluginManager::UnregisterPlugin(PlatformDarwinKernel::CreateInstance); in Terminate()70 PlatformSP PlatformDarwinKernel::CreateInstance(bool force, in CreateInstance()160 return PlatformSP(new PlatformDarwinKernel(is_ios_debug_session)); in CreateInstance()169 lldb_private::ConstString PlatformDarwinKernel::GetPluginNameStatic() { in GetPluginNameStatic()[all …]
23 class PlatformDarwinKernel : public PlatformDarwin {40 PlatformDarwinKernel(lldb_private::LazyBool is_ios_debug_session);42 virtual ~PlatformDarwinKernel();91 static void AddRootSubdirsToSearchPaths(PlatformDarwinKernel *thisp,119 static void AddKextToMap(PlatformDarwinKernel *thisp,206 PlatformDarwinKernel(const PlatformDarwinKernel &) = delete;207 const PlatformDarwinKernel &operator=(const PlatformDarwinKernel &) = delete;224 class PlatformDarwinKernel {
51 PlatformDarwinKernel::Initialize(); in Initialize()80 PlatformDarwinKernel::Terminate(); in Terminate()
11 PlatformDarwinKernel.cpp
519 Platform::Create(PlatformDarwinKernel::GetPluginNameStatic(), error)); in DynamicLoaderDarwinKernel()813 PlatformDarwinKernel::GetPluginNameStatic()); in LoadImageUsingMemoryModule()