Home
last modified time | relevance | path

Searched refs:PlatformDarwinKernel (Results 1 – 6 of 6) sorted by relevance

/llvm-project/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwinKernel.cpp54 void PlatformDarwinKernel::Initialize() { in Initialize()
58 PluginManager::RegisterPlugin(PlatformDarwinKernel::GetPluginNameStatic(), in Initialize()
59 PlatformDarwinKernel::GetDescriptionStatic(), in Initialize()
60 PlatformDarwinKernel::CreateInstance, in Initialize()
61 PlatformDarwinKernel::DebuggerInitialize); in Initialize()
65 void PlatformDarwinKernel::Terminate() { in Terminate()
68 PluginManager::UnregisterPlugin(PlatformDarwinKernel::CreateInstance); in Terminate()
75 PlatformSP PlatformDarwinKernel::CreateInstance(bool force, in CreateInstance()
165 return PlatformSP(new PlatformDarwinKernel(is_ios_debug_session)); in CreateInstance()
174 llvm::StringRef PlatformDarwinKernel::GetDescriptionStatic() { in GetDescriptionStatic()
[all …]
H A DPlatformDarwinKernel.h37 class PlatformDarwinKernel : public PlatformDarwin {
51 PlatformDarwinKernel(LazyBool is_ios_debug_session);
53 ~PlatformDarwinKernel() override;
94 static void AddRootSubdirsToSearchPaths(PlatformDarwinKernel *thisp,
122 static void AddKextToMap(PlatformDarwinKernel *thisp,
201 PlatformDarwinKernel(const PlatformDarwinKernel &) = delete;
202 const PlatformDarwinKernel &operator=(const PlatformDarwinKernel &) = delete;
216 class PlatformDarwinKernel {
H A DPlatformMacOSX.cpp53 PlatformDarwinKernel::Initialize(); in Initialize()
84 PlatformDarwinKernel::Terminate(); in Terminate()
H A DCMakeLists.txt12 PlatformDarwinKernel.cpp
/llvm-project/llvm/utils/gn/secondary/lldb/source/Plugins/Platform/MacOSX/
H A DBUILD.gn41 "PlatformDarwinKernel.cpp",
/llvm-project/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.cpp10 #include "Plugins/Platform/MacOSX/PlatformDarwinKernel.h"
517 PlatformDarwinKernel::GetPluginNameStatic()); in DynamicLoaderDarwinKernel()
793 // If the current platform is PlatformDarwinKernel, create a ModuleSpec in LoadImageUsingMemoryModule()
796 // PlatformDarwinKernel does a special scan for kexts on the local in LoadImageUsingMemoryModule()