Lines Matching refs:plugin_properties_sp
1389 OptionValuePropertiesSP plugin_properties_sp = in GetDebuggerPropertyForPlugins() local
1391 if (!plugin_properties_sp && can_create) { in GetDebuggerPropertyForPlugins()
1392 plugin_properties_sp = in GetDebuggerPropertyForPlugins()
1396 plugin_properties_sp); in GetDebuggerPropertyForPlugins()
1399 if (plugin_properties_sp) { in GetDebuggerPropertyForPlugins()
1401 plugin_properties_sp->GetSubProperty(nullptr, plugin_type_name); in GetDebuggerPropertyForPlugins()
1405 plugin_properties_sp->AppendProperty(plugin_type_name, plugin_type_desc, in GetDebuggerPropertyForPlugins()
1424 OptionValuePropertiesSP plugin_properties_sp = in GetDebuggerPropertyForPluginsOldStyle() local
1426 if (!plugin_properties_sp && can_create) { in GetDebuggerPropertyForPluginsOldStyle()
1427 plugin_properties_sp = in GetDebuggerPropertyForPluginsOldStyle()
1430 true, plugin_properties_sp); in GetDebuggerPropertyForPluginsOldStyle()
1433 if (plugin_properties_sp) { in GetDebuggerPropertyForPluginsOldStyle()
1435 plugin_properties_sp->GetSubProperty(nullptr, g_property_name); in GetDebuggerPropertyForPluginsOldStyle()
1439 plugin_properties_sp->AppendProperty( in GetDebuggerPropertyForPluginsOldStyle()