Home
last modified time | relevance | path

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

/external/lldb/source/Core/
DPluginManager.cpp1879 lldb::OptionValuePropertiesSP parent_properties_sp (debugger.GetValueProperties()); in GetDebuggerPropertyForPlugins() local
1880 if (parent_properties_sp) in GetDebuggerPropertyForPlugins()
1884 …OptionValuePropertiesSP plugin_properties_sp = parent_properties_sp->GetSubProperty (NULL, g_prope… in GetDebuggerPropertyForPlugins()
1888 parent_properties_sp->AppendProperty (g_property_name, in GetDebuggerPropertyForPlugins()
1921 lldb::OptionValuePropertiesSP parent_properties_sp (debugger.GetValueProperties()); in GetDebuggerPropertyForPluginsOldStyle() local
1922 if (parent_properties_sp) in GetDebuggerPropertyForPluginsOldStyle()
1924 …OptionValuePropertiesSP plugin_properties_sp = parent_properties_sp->GetSubProperty (NULL, plugin_… in GetDebuggerPropertyForPluginsOldStyle()
1928 parent_properties_sp->AppendProperty (plugin_type_name, in GetDebuggerPropertyForPluginsOldStyle()