Home
last modified time | relevance | path

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

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