Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp1574 GetDebuggerPropertyForPlugins(Debugger &debugger, llvm::StringRef plugin_type_name, in GetDebuggerPropertyForPlugins() argument
1594 plugin_properties_sp->GetSubProperty(nullptr, plugin_type_name); in GetDebuggerPropertyForPlugins()
1597 std::make_shared<OptionValueProperties>(plugin_type_name); in GetDebuggerPropertyForPlugins()
1598 plugin_properties_sp->AppendProperty(plugin_type_name, plugin_type_desc, in GetDebuggerPropertyForPlugins()
1611 Debugger &debugger, llvm::StringRef plugin_type_name, in GetDebuggerPropertyForPluginsOldStyle() argument
1618 parent_properties_sp->GetSubProperty(nullptr, plugin_type_name); in GetDebuggerPropertyForPluginsOldStyle()
1621 std::make_shared<OptionValueProperties>(plugin_type_name); in GetDebuggerPropertyForPluginsOldStyle()
1622 parent_properties_sp->AppendProperty(plugin_type_name, plugin_type_desc, in GetDebuggerPropertyForPluginsOldStyle()
1651 llvm::StringRef plugin_type_name, in GetSettingForPlugin() argument
1656 debugger, plugin_type_name, in GetSettingForPlugin()
[all …]