Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp1352 GetDebuggerPropertyForPlugins(Debugger &debugger, ConstString plugin_type_name, in GetDebuggerPropertyForPlugins() argument
1371 plugin_properties_sp->GetSubProperty(nullptr, plugin_type_name); in GetDebuggerPropertyForPlugins()
1374 std::make_shared<OptionValueProperties>(plugin_type_name); in GetDebuggerPropertyForPlugins()
1388 Debugger &debugger, ConstString plugin_type_name, in GetDebuggerPropertyForPluginsOldStyle() argument
1395 parent_properties_sp->GetSubProperty(nullptr, plugin_type_name); in GetDebuggerPropertyForPluginsOldStyle()
1398 std::make_shared<OptionValueProperties>(plugin_type_name); in GetDebuggerPropertyForPluginsOldStyle()
1399 parent_properties_sp->AppendProperty(plugin_type_name, plugin_type_desc, in GetDebuggerPropertyForPluginsOldStyle()
1427 ConstString plugin_type_name, in GetSettingForPlugin() argument
1432 debugger, plugin_type_name, in GetSettingForPlugin()
1442 Debugger &debugger, ConstString plugin_type_name, in CreateSettingForPlugin() argument
[all …]