Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptionValueProperties.cpp81 bool will_modify) const { in GetValueForKey()
85 value_sp = GetPropertyAtIndex(exe_ctx, will_modify, idx)->GetValue(); in GetValueForKey()
106 value_sp = GetValueForKey(exe_ctx, key, will_modify); in GetSubValue()
132 return value_sp->GetSubValue(exe_ctx, sub_name, will_modify, error); in GetSubValue()
146 const bool will_modify = true; in SetSubValue() local
174 bool will_modify, in GetProperty() argument
177 exe_ctx, will_modify, in GetProperty()
553 const bool will_modify = false; in DumpPropertyValue() local
555 GetSubValue(exe_ctx, property_path, will_modify, error)); in DumpPropertyValue()
611 property = GetProperty(exe_ctx, will_modify, key); in GetPropertyAtPath()
[all …]
H A DOptionValueDictionary.cpp225 llvm::StringRef name, bool will_modify, in GetSubValue() argument
271 return value_sp->GetSubValue(exe_ctx, sub_name, will_modify, error); in GetSubValue()
279 const bool will_modify = true; in SetSubValue() local
280 lldb::OptionValueSP value_sp(GetSubValue(exe_ctx, name, will_modify, error)); in SetSubValue()
H A DOptionValueArray.cpp89 llvm::StringRef name, bool will_modify, in GetSubValue() argument
125 will_modify, error); in GetSubValue()
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DOptionValueProperties.h80 bool will_modify,
84 bool will_modify,
90 bool will_modify,
94 GetPropertyValueAtIndex(const ExecutionContext *exe_ctx, bool will_modify,
180 bool will_modify, uint32_t idx) const;
184 bool will_modify, uint32_t idx) const;
193 const ExecutionContext *exe_ctx, bool will_modify, uint32_t idx) const;
196 const ExecutionContext *exe_ctx, bool will_modify, uint32_t idx) const;
H A DOptionValueDictionary.h62 llvm::StringRef name, bool will_modify,
H A DOptionValueArray.h47 llvm::StringRef name, bool will_modify,
H A DOptionValue.h100 bool will_modify, in GetSubValue() argument
/llvm-project-15.0.7/lldb/source/Core/
H A DUserSettingsController.cpp35 llvm::StringRef path, bool will_modify, in GetPropertyValue() argument
39 return properties_sp->GetSubValue(exe_ctx, path, will_modify, error); in GetPropertyValue()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DUserSettingsController.h50 bool will_modify,
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectSettings.cpp523 const bool will_modify = false; in DoExecute() local
533 &m_exe_ctx, will_modify, property_path); in DoExecute()
/llvm-project-15.0.7/lldb/source/Target/
H A DThread.cpp81 bool will_modify, in GetPropertyAtIndex() argument
H A DTarget.cpp3905 bool will_modify, in GetPropertyAtIndex() argument
H A DProcess.cpp95 bool will_modify, in GetPropertyAtIndex() argument