Searched refs:plugin_type_name (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | PluginManager.cpp | 1396 GetDebuggerPropertyForPlugins(Debugger &debugger, ConstString plugin_type_name, in GetDebuggerPropertyForPlugins() argument 1415 plugin_properties_sp->GetSubProperty(nullptr, plugin_type_name); in GetDebuggerPropertyForPlugins() 1418 std::make_shared<OptionValueProperties>(plugin_type_name); in GetDebuggerPropertyForPlugins() 1419 plugin_properties_sp->AppendProperty(plugin_type_name, plugin_type_desc, in GetDebuggerPropertyForPlugins() 1432 Debugger &debugger, ConstString plugin_type_name, in GetDebuggerPropertyForPluginsOldStyle() argument 1439 parent_properties_sp->GetSubProperty(nullptr, plugin_type_name); in GetDebuggerPropertyForPluginsOldStyle() 1442 std::make_shared<OptionValueProperties>(plugin_type_name); in GetDebuggerPropertyForPluginsOldStyle() 1443 parent_properties_sp->AppendProperty(plugin_type_name, plugin_type_desc, in GetDebuggerPropertyForPluginsOldStyle() 1472 ConstString plugin_type_name, in GetSettingForPlugin() argument 1477 debugger, plugin_type_name, in GetSettingForPlugin() [all …]
|