Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp1582 OptionValuePropertiesSP plugin_properties_sp = in GetDebuggerPropertyForPlugins() local
1584 if (!plugin_properties_sp && can_create) { in GetDebuggerPropertyForPlugins()
1585 plugin_properties_sp = in GetDebuggerPropertyForPlugins()
1589 plugin_properties_sp); in GetDebuggerPropertyForPlugins()
1592 if (plugin_properties_sp) { in GetDebuggerPropertyForPlugins()
1594 plugin_properties_sp->GetSubProperty(nullptr, plugin_type_name); in GetDebuggerPropertyForPlugins()
1598 plugin_properties_sp->AppendProperty(plugin_type_name, plugin_type_desc, in GetDebuggerPropertyForPlugins()
1617 OptionValuePropertiesSP plugin_properties_sp = in GetDebuggerPropertyForPluginsOldStyle() local
1619 if (!plugin_properties_sp && can_create) { in GetDebuggerPropertyForPluginsOldStyle()
1620 plugin_properties_sp = in GetDebuggerPropertyForPluginsOldStyle()
[all …]