Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Core/
DPluginManager.cpp1297 OptionValuePropertiesSP plugin_properties_sp = in GetDebuggerPropertyForPlugins() local
1299 if (!plugin_properties_sp && can_create) { in GetDebuggerPropertyForPlugins()
1300 plugin_properties_sp = in GetDebuggerPropertyForPlugins()
1304 plugin_properties_sp); in GetDebuggerPropertyForPlugins()
1307 if (plugin_properties_sp) { in GetDebuggerPropertyForPlugins()
1309 plugin_properties_sp->GetSubProperty(nullptr, plugin_type_name); in GetDebuggerPropertyForPlugins()
1313 plugin_properties_sp->AppendProperty(plugin_type_name, plugin_type_desc, in GetDebuggerPropertyForPlugins()
1332 OptionValuePropertiesSP plugin_properties_sp = in GetDebuggerPropertyForPluginsOldStyle() local
1334 if (!plugin_properties_sp && can_create) { in GetDebuggerPropertyForPluginsOldStyle()
1335 plugin_properties_sp = in GetDebuggerPropertyForPluginsOldStyle()
[all …]