| /llvm-project-15.0.7/lldb/source/Interpreter/ |
| H A D | OptionValueProperties.cpp | 81 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 D | OptionValueDictionary.cpp | 225 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 D | OptionValueArray.cpp | 89 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 D | OptionValueProperties.h | 80 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 D | OptionValueDictionary.h | 62 llvm::StringRef name, bool will_modify,
|
| H A D | OptionValueArray.h | 47 llvm::StringRef name, bool will_modify,
|
| H A D | OptionValue.h | 100 bool will_modify, in GetSubValue() argument
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | UserSettingsController.cpp | 35 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 D | UserSettingsController.h | 50 bool will_modify,
|
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandObjectSettings.cpp | 523 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 D | Thread.cpp | 81 bool will_modify, in GetPropertyAtIndex() argument
|
| H A D | Target.cpp | 3905 bool will_modify, in GetPropertyAtIndex() argument
|
| H A D | Process.cpp | 95 bool will_modify, in GetPropertyAtIndex() argument
|