Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp1959 OptionValuePropertiesSP plugin_properties_sp = in GetDebuggerPropertyForPlugins() local
1961 if (!plugin_properties_sp && can_create) { in GetDebuggerPropertyForPlugins()
1962 plugin_properties_sp = in GetDebuggerPropertyForPlugins()
1966 plugin_properties_sp); in GetDebuggerPropertyForPlugins()
1969 if (plugin_properties_sp) { in GetDebuggerPropertyForPlugins()
1971 plugin_properties_sp->GetSubProperty(nullptr, plugin_type_name); in GetDebuggerPropertyForPlugins()
1975 plugin_properties_sp->AppendProperty(plugin_type_name, plugin_type_desc, in GetDebuggerPropertyForPlugins()
1994 OptionValuePropertiesSP plugin_properties_sp = in GetDebuggerPropertyForPluginsOldStyle() local
1996 if (!plugin_properties_sp && can_create) { in GetDebuggerPropertyForPluginsOldStyle()
1997 plugin_properties_sp = in GetDebuggerPropertyForPluginsOldStyle()
[all …]