Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DPluginManager.cpp2378 OptionValuePropertiesSP plugin_properties_sp = in GetDebuggerPropertyForPlugins() local
2380 if (!plugin_properties_sp && can_create) { in GetDebuggerPropertyForPlugins()
2381 plugin_properties_sp = in GetDebuggerPropertyForPlugins()
2385 plugin_properties_sp); in GetDebuggerPropertyForPlugins()
2388 if (plugin_properties_sp) { in GetDebuggerPropertyForPlugins()
2413 OptionValuePropertiesSP plugin_properties_sp = in GetDebuggerPropertyForPluginsOldStyle() local
2415 if (!plugin_properties_sp && can_create) { in GetDebuggerPropertyForPluginsOldStyle()
2416 plugin_properties_sp = in GetDebuggerPropertyForPluginsOldStyle()
2419 true, plugin_properties_sp); in GetDebuggerPropertyForPluginsOldStyle()
2422 if (plugin_properties_sp) { in GetDebuggerPropertyForPluginsOldStyle()
[all …]