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

/external/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwinKernel.cpp182 class PlatformDarwinKernelProperties : public Properties class in inherits:Properties
193 PlatformDarwinKernelProperties() : function in class:PlatformDarwinKernelProperties
201 ~PlatformDarwinKernelProperties()
222 typedef std::shared_ptr<PlatformDarwinKernelProperties> PlatformDarwinKernelPropertiesSP;
229 g_settings_sp.reset (new PlatformDarwinKernelProperties ());
236 if (!PluginManager::GetSettingForPlatformPlugin (debugger, PlatformDarwinKernelProperties::GetSettingName()))

Completed in 405 milliseconds