Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/include/lldb/Core/
H A DPluginManager.h510 static lldb::OptionValuePropertiesSP
515 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp,
518 static lldb::OptionValuePropertiesSP
522 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp,
525 static lldb::OptionValuePropertiesSP
529 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp,
532 static lldb::OptionValuePropertiesSP
537 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp,
541 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp,
544 static lldb::OptionValuePropertiesSP
[all …]
H A DUserSettingsController.h37 Properties(const lldb::OptionValuePropertiesSP &collection_sp);
41 virtual lldb::OptionValuePropertiesSP GetValueProperties() const { in GetValueProperties()
103 lldb::OptionValuePropertiesSP m_collection_sp;
/src/contrib/llvm-project/lldb/source/Core/
H A DUserSettingsController.cpp35 Properties::Properties(const lldb::OptionValuePropertiesSP &collection_sp) in Properties()
43 OptionValuePropertiesSP properties_sp(GetValueProperties()); in GetPropertyValue()
53 OptionValuePropertiesSP properties_sp(GetValueProperties()); in SetPropertyValue()
64 OptionValuePropertiesSP properties_sp(GetValueProperties()); in DumpAllPropertyValues()
79 OptionValuePropertiesSP properties_sp(GetValueProperties()); in DumpAllDescriptions()
88 OptionValuePropertiesSP properties_sp(GetValueProperties()); in DumpPropertyValue()
101 OptionValuePropertiesSP properties_sp(GetValueProperties()); in Apropos()
H A DPluginManager.cpp1573 static lldb::OptionValuePropertiesSP
1577 lldb::OptionValuePropertiesSP parent_properties_sp( in GetDebuggerPropertyForPlugins()
1582 OptionValuePropertiesSP plugin_properties_sp = in GetDebuggerPropertyForPlugins()
1593 lldb::OptionValuePropertiesSP plugin_type_properties_sp = in GetDebuggerPropertyForPlugins()
1604 return lldb::OptionValuePropertiesSP(); in GetDebuggerPropertyForPlugins()
1610 static lldb::OptionValuePropertiesSP GetDebuggerPropertyForPluginsOldStyle( in GetDebuggerPropertyForPluginsOldStyle()
1614 lldb::OptionValuePropertiesSP parent_properties_sp( in GetDebuggerPropertyForPluginsOldStyle()
1617 OptionValuePropertiesSP plugin_properties_sp = in GetDebuggerPropertyForPluginsOldStyle()
1627 lldb::OptionValuePropertiesSP plugin_type_properties_sp = in GetDebuggerPropertyForPluginsOldStyle()
1639 return lldb::OptionValuePropertiesSP(); in GetDebuggerPropertyForPluginsOldStyle()
[all …]
/src/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueProperties.h36 static lldb::OptionValuePropertiesSP
135 lldb::OptionValuePropertiesSP GetSubProperty(const ExecutionContext *exe_ctx,
/src/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueProperties.cpp377 OptionValuePropertiesSP
481 lldb::OptionValuePropertiesSP
490 return lldb::OptionValuePropertiesSP(); in GetSubProperty()
H A DCommandInterpreter.cpp135 OptionValuePropertiesSP(new OptionValueProperties("interpreter"))), in CommandInterpreter()
/src/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h384 OptionValuePropertiesSP; typedef
/src/contrib/llvm-project/lldb/source/Commands/
H A DCommandCompletions.cpp589 lldb::OptionValuePropertiesSP properties_sp( in SettingsNames()
/src/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp4142 : Properties(OptionValuePropertiesSP( in TargetExperimentalProperties()
H A DProcess.cpp183 : Properties(OptionValuePropertiesSP( in ProcessExperimentalProperties()