Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Core/
H A 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()
1438 OptionValuePropertiesSP plugin_properties_sp = in GetDebuggerPropertyForPluginsOldStyle() local
1440 if (!plugin_properties_sp && can_create) { in GetDebuggerPropertyForPluginsOldStyle()
1441 plugin_properties_sp = in GetDebuggerPropertyForPluginsOldStyle()
1444 true, plugin_properties_sp); in GetDebuggerPropertyForPluginsOldStyle()
1447 if (plugin_properties_sp) { in GetDebuggerPropertyForPluginsOldStyle()
[all …]