Home
last modified time | relevance | path

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

/external/lldb/source/Core/
DPluginManager.cpp1882 static ConstString g_property_name("plugin"); in GetDebuggerPropertyForPlugins() local
1884 …uePropertiesSP plugin_properties_sp = parent_properties_sp->GetSubProperty (NULL, g_property_name); in GetDebuggerPropertyForPlugins()
1887 plugin_properties_sp.reset (new OptionValueProperties (g_property_name)); in GetDebuggerPropertyForPlugins()
1888 parent_properties_sp->AppendProperty (g_property_name, in GetDebuggerPropertyForPlugins()
1920 static ConstString g_property_name("plugin"); in GetDebuggerPropertyForPluginsOldStyle() local
1936 …pertiesSP plugin_type_properties_sp = plugin_properties_sp->GetSubProperty (NULL, g_property_name); in GetDebuggerPropertyForPluginsOldStyle()
1939 plugin_type_properties_sp.reset (new OptionValueProperties (g_property_name)); in GetDebuggerPropertyForPluginsOldStyle()
1940 plugin_properties_sp->AppendProperty (g_property_name, in GetDebuggerPropertyForPluginsOldStyle()