Searched refs:OptionValuePropertiesSP (Results 1 – 11 of 11) sorted by relevance
| /src/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | PluginManager.h | 510 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 D | UserSettingsController.h | 37 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 D | UserSettingsController.cpp | 35 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 D | PluginManager.cpp | 1573 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 D | OptionValueProperties.h | 36 static lldb::OptionValuePropertiesSP 135 lldb::OptionValuePropertiesSP GetSubProperty(const ExecutionContext *exe_ctx,
|
| /src/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | OptionValueProperties.cpp | 377 OptionValuePropertiesSP 481 lldb::OptionValuePropertiesSP 490 return lldb::OptionValuePropertiesSP(); in GetSubProperty()
|
| H A D | CommandInterpreter.cpp | 135 OptionValuePropertiesSP(new OptionValueProperties("interpreter"))), in CommandInterpreter()
|
| /src/contrib/llvm-project/lldb/include/lldb/ |
| H A D | lldb-forward.h | 384 OptionValuePropertiesSP; typedef
|
| /src/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandCompletions.cpp | 589 lldb::OptionValuePropertiesSP properties_sp( in SettingsNames()
|
| /src/contrib/llvm-project/lldb/source/Target/ |
| H A D | Target.cpp | 4142 : Properties(OptionValuePropertiesSP( in TargetExperimentalProperties()
|
| H A D | Process.cpp | 183 : Properties(OptionValuePropertiesSP( in ProcessExperimentalProperties()
|