Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Core/
DPluginManager.cpp1403 OptionValuePropertiesSP plugin_properties_sp = in GetDebuggerPropertyForPlugins() local
1405 if (!plugin_properties_sp && can_create) { in GetDebuggerPropertyForPlugins()
1406 plugin_properties_sp = in GetDebuggerPropertyForPlugins()
1410 plugin_properties_sp); in GetDebuggerPropertyForPlugins()
1413 if (plugin_properties_sp) { in GetDebuggerPropertyForPlugins()
1415 plugin_properties_sp->GetSubProperty(nullptr, plugin_type_name); in GetDebuggerPropertyForPlugins()
1419 plugin_properties_sp->AppendProperty(plugin_type_name, plugin_type_desc, in GetDebuggerPropertyForPlugins()
1438 OptionValuePropertiesSP plugin_properties_sp = in GetDebuggerPropertyForPluginsOldStyle() local
1440 if (!plugin_properties_sp && can_create) { in GetDebuggerPropertyForPluginsOldStyle()
1441 plugin_properties_sp = in GetDebuggerPropertyForPluginsOldStyle()
[all …]