Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp1359 OptionValuePropertiesSP plugin_properties_sp = in GetDebuggerPropertyForPlugins() local
1361 if (!plugin_properties_sp && can_create) { in GetDebuggerPropertyForPlugins()
1362 plugin_properties_sp = in GetDebuggerPropertyForPlugins()
1366 plugin_properties_sp); in GetDebuggerPropertyForPlugins()
1369 if (plugin_properties_sp) { in GetDebuggerPropertyForPlugins()
1394 OptionValuePropertiesSP plugin_properties_sp = in GetDebuggerPropertyForPluginsOldStyle() local
1396 if (!plugin_properties_sp && can_create) { in GetDebuggerPropertyForPluginsOldStyle()
1397 plugin_properties_sp = in GetDebuggerPropertyForPluginsOldStyle()
1400 true, plugin_properties_sp); in GetDebuggerPropertyForPluginsOldStyle()
1403 if (plugin_properties_sp) { in GetDebuggerPropertyForPluginsOldStyle()
[all …]