Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueProperties.cpp23 OptionValueProperties::OptionValueProperties(llvm::StringRef name) in OptionValueProperties() function in OptionValueProperties
26 void OptionValueProperties::Initialize(const PropertyDefinitions &defs) { in Initialize()
36 void OptionValueProperties::SetValueChangedCallback( in SetValueChangedCallback()
43 void OptionValueProperties::AppendProperty(llvm::StringRef name, in AppendProperty()
53 OptionValueProperties::GetValueForKey(const ExecutionContext *exe_ctx, in GetValueForKey()
65 OptionValueProperties::GetSubValue(const ExecutionContext *exe_ctx, in GetSubValue()
115 Status OptionValueProperties::SetSubValue(const ExecutionContext *exe_ctx, in SetSubValue()
141 size_t OptionValueProperties::GetPropertyIndex(llvm::StringRef name) const { in GetPropertyIndex()
149 OptionValueProperties::GetProperty(llvm::StringRef name, in GetProperty()
157 lldb::OptionValueSP OptionValueProperties::GetPropertyValueAtIndex( in GetPropertyValueAtIndex()
[all …]
H A DOptionValue.cpp201 OptionValueProperties *OptionValue::GetAsProperties() { in GetAsProperties()
203 return static_cast<OptionValueProperties *>(this); in GetAsProperties()
207 const OptionValueProperties *OptionValue::GetAsProperties() const { in GetAsProperties()
209 return static_cast<const OptionValueProperties *>(this); in GetAsProperties()
H A DProperty.cpp286 const OptionValueProperties *sub_properties = m_value_sp->GetAsProperties(); in DumpDescription()
H A DCommandInterpreter.cpp135 OptionValuePropertiesSP(new OptionValueProperties("interpreter"))), in CommandInterpreter()
/src/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueProperties.h22 class OptionValueProperties
23 : public Cloneable<OptionValueProperties, OptionValue>,
24 public std::enable_shared_from_this<OptionValueProperties> {
26 OptionValueProperties() = default;
28 OptionValueProperties(llvm::StringRef name);
30 ~OptionValueProperties() override = default;
H A DOptionValue.h230 OptionValueProperties *GetAsProperties();
231 const OptionValueProperties *GetAsProperties() const;
/src/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/Debuginfod/
H A DSymbolLocatorDebuginfod.cpp42 m_collection_sp = std::make_shared<OptionValueProperties>(GetSettingName()); in PluginProperties()
/src/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.cpp38 m_collection_sp = std::make_shared<OptionValueProperties>( in PluginProperties()
/src/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h155 class OptionValueProperties; variable
383 typedef std::shared_ptr<lldb_private::OptionValueProperties>
/src/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp1586 std::make_shared<OptionValueProperties>(g_property_name); in GetDebuggerPropertyForPlugins()
1597 std::make_shared<OptionValueProperties>(plugin_type_name); in GetDebuggerPropertyForPlugins()
1621 std::make_shared<OptionValueProperties>(plugin_type_name); in GetDebuggerPropertyForPluginsOldStyle()
1631 std::make_shared<OptionValueProperties>(g_property_name); in GetDebuggerPropertyForPluginsOldStyle()
H A DModuleList.cpp78 m_collection_sp = std::make_shared<OptionValueProperties>("symbols"); in ModuleListProperties()
H A DDebugger.cpp846 Properties(std::make_shared<OptionValueProperties>()), in Debugger()
/src/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp99 m_collection_sp = std::make_shared<OptionValueProperties>(GetSettingName()); in PluginProperties()
/src/contrib/llvm-project/lldb/source/Target/
H A DLanguage.cpp51 m_collection_sp = std::make_shared<OptionValueProperties>(GetSettingName()); in LanguageProperties()
H A DThread.cpp77 : public Cloneable<ThreadOptionValueProperties, OptionValueProperties> {
107 OptionValueProperties::CreateLocalCopy(Thread::GetGlobalProperties()); in ThreadProperties()
H A DProcess.cpp93 : public Cloneable<ProcessOptionValueProperties, OptionValueProperties> {
176 OptionValueProperties> {
201 OptionValueProperties::CreateLocalCopy(Process::GetGlobalProperties()); in ProcessProperties()
372 OptionValueProperties *exp_values = in GetOSPluginReportsAllThreads()
385 OptionValueProperties *exp_values = in SetOSPluginReportsAllThreads()
H A DTarget.cpp4100 : public Cloneable<TargetOptionValueProperties, OptionValueProperties> {
4135 OptionValueProperties> {
4152 OptionValueProperties::CreateLocalCopy(Target::GetGlobalProperties()); in TargetProperties()
4228 OptionValueProperties *exp_values = in GetExperimentalPropertyValue()
H A DPlatform.cpp81 m_collection_sp = std::make_shared<OptionValueProperties>(GetSettingName()); in PlatformProperties()
/src/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPT.cpp56 m_collection_sp = std::make_shared<OptionValueProperties>(GetSettingName()); in PluginProperties()
/src/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp128 m_collection_sp = std::make_shared<OptionValueProperties>(GetSettingName()); in StructuredDataDarwinLogProperties()
/src/lib/clang/liblldb/
H A DMakefile345 SRCS+= Interpreter/OptionValueProperties.cpp
/src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp125 m_collection_sp = std::make_shared<OptionValueProperties>(GetSettingName()); in PluginProperties()
/src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp138 m_collection_sp = std::make_shared<OptionValueProperties>(GetSettingName()); in PluginProperties()