Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp1593 lldb::OptionValuePropertiesSP plugin_type_properties_sp = in GetDebuggerPropertyForPlugins() local
1595 if (!plugin_type_properties_sp && can_create) { in GetDebuggerPropertyForPlugins()
1596 plugin_type_properties_sp = in GetDebuggerPropertyForPlugins()
1599 true, plugin_type_properties_sp); in GetDebuggerPropertyForPlugins()
1601 return plugin_type_properties_sp; in GetDebuggerPropertyForPlugins()
1627 lldb::OptionValuePropertiesSP plugin_type_properties_sp = in GetDebuggerPropertyForPluginsOldStyle() local
1629 if (!plugin_type_properties_sp && can_create) { in GetDebuggerPropertyForPluginsOldStyle()
1630 plugin_type_properties_sp = in GetDebuggerPropertyForPluginsOldStyle()
1634 true, plugin_type_properties_sp); in GetDebuggerPropertyForPluginsOldStyle()
1636 return plugin_type_properties_sp; in GetDebuggerPropertyForPluginsOldStyle()
[all …]