Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp1580 static constexpr llvm::StringLiteral g_property_name("plugin"); in GetDebuggerPropertyForPlugins() local
1583 parent_properties_sp->GetSubProperty(nullptr, g_property_name); in GetDebuggerPropertyForPlugins()
1586 std::make_shared<OptionValueProperties>(g_property_name); in GetDebuggerPropertyForPlugins()
1587 parent_properties_sp->AppendProperty(g_property_name, in GetDebuggerPropertyForPlugins()
1613 static constexpr llvm::StringLiteral g_property_name("plugin"); in GetDebuggerPropertyForPluginsOldStyle() local
1628 plugin_properties_sp->GetSubProperty(nullptr, g_property_name); in GetDebuggerPropertyForPluginsOldStyle()
1631 std::make_shared<OptionValueProperties>(g_property_name); in GetDebuggerPropertyForPluginsOldStyle()
1632 plugin_properties_sp->AppendProperty(g_property_name, in GetDebuggerPropertyForPluginsOldStyle()