Searched refs:plugin_type_properties_sp (Results 1 – 1 of 1) sorted by relevance
1593 lldb::OptionValuePropertiesSP plugin_type_properties_sp = in GetDebuggerPropertyForPlugins() local1595 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() local1629 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 …]