Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Core/
H A DPluginManager.cpp1389 OptionValuePropertiesSP plugin_properties_sp = in GetDebuggerPropertyForPlugins() local
1391 if (!plugin_properties_sp && can_create) { in GetDebuggerPropertyForPlugins()
1392 plugin_properties_sp = in GetDebuggerPropertyForPlugins()
1396 plugin_properties_sp); in GetDebuggerPropertyForPlugins()
1399 if (plugin_properties_sp) { in GetDebuggerPropertyForPlugins()
1424 OptionValuePropertiesSP plugin_properties_sp = in GetDebuggerPropertyForPluginsOldStyle() local
1426 if (!plugin_properties_sp && can_create) { in GetDebuggerPropertyForPluginsOldStyle()
1427 plugin_properties_sp = in GetDebuggerPropertyForPluginsOldStyle()
1430 true, plugin_properties_sp); in GetDebuggerPropertyForPluginsOldStyle()
1433 if (plugin_properties_sp) { in GetDebuggerPropertyForPluginsOldStyle()
[all …]