Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Core/
H A DPluginManager.cpp1398 lldb::OptionValuePropertiesSP parent_properties_sp( in GetDebuggerPropertyForPlugins() local
1400 if (parent_properties_sp) { in GetDebuggerPropertyForPlugins()
1404 parent_properties_sp->GetSubProperty(nullptr, g_property_name); in GetDebuggerPropertyForPlugins()
1408 parent_properties_sp->AppendProperty( in GetDebuggerPropertyForPlugins()
1435 lldb::OptionValuePropertiesSP parent_properties_sp( in GetDebuggerPropertyForPluginsOldStyle() local
1437 if (parent_properties_sp) { in GetDebuggerPropertyForPluginsOldStyle()
1439 parent_properties_sp->GetSubProperty(nullptr, plugin_type_name); in GetDebuggerPropertyForPluginsOldStyle()
1443 parent_properties_sp->AppendProperty(plugin_type_name, plugin_type_desc, in GetDebuggerPropertyForPluginsOldStyle()