Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Core/
H A DPluginManager.cpp1401 static ConstString g_property_name("plugin"); in GetDebuggerPropertyForPlugins() local
1404 parent_properties_sp->GetSubProperty(nullptr, g_property_name); in GetDebuggerPropertyForPlugins()
1407 std::make_shared<OptionValueProperties>(g_property_name); in GetDebuggerPropertyForPlugins()
1409 g_property_name, ConstString("Settings specify to plugins."), true, in GetDebuggerPropertyForPlugins()
1434 static ConstString g_property_name("plugin"); in GetDebuggerPropertyForPluginsOldStyle() local
1449 plugin_properties_sp->GetSubProperty(nullptr, g_property_name); in GetDebuggerPropertyForPluginsOldStyle()
1452 std::make_shared<OptionValueProperties>(g_property_name); in GetDebuggerPropertyForPluginsOldStyle()
1454 g_property_name, ConstString("Settings specific to plugins"), true, in GetDebuggerPropertyForPluginsOldStyle()