Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp1556 OptionValuePropertiesSP plugin_properties_sp = in GetDebuggerPropertyForPlugins() local
1558 if (!plugin_properties_sp && can_create) { in GetDebuggerPropertyForPlugins()
1559 plugin_properties_sp = in GetDebuggerPropertyForPlugins()
1563 plugin_properties_sp); in GetDebuggerPropertyForPlugins()
1566 if (plugin_properties_sp) { in GetDebuggerPropertyForPlugins()
1591 OptionValuePropertiesSP plugin_properties_sp = in GetDebuggerPropertyForPluginsOldStyle() local
1593 if (!plugin_properties_sp && can_create) { in GetDebuggerPropertyForPluginsOldStyle()
1594 plugin_properties_sp = in GetDebuggerPropertyForPluginsOldStyle()
1597 true, plugin_properties_sp); in GetDebuggerPropertyForPluginsOldStyle()
1600 if (plugin_properties_sp) { in GetDebuggerPropertyForPluginsOldStyle()
[all …]