| /openbsd-src/gnu/llvm/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() 91 llvm::StringRef name, bool will_modify, in GetSubValue() argument 106 value_sp = GetValueForKey(exe_ctx, key, will_modify); in GetSubValue() 114 value_sp->GetSubValue(exe_ctx, sub_name.drop_front(), will_modify, error); in GetSubValue() 121 exe_ctx, sub_name.drop_front(experimental_len + 2), will_modify, error); 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 154 lldb::OptionValueSP value_sp(GetSubValue(exe_ctx, name, will_modify, error)); in SetSubValue() 174 bool will_modify, in GetProperty() argument [all …]
|
| H A D | OptionValueDictionary.cpp | 234 llvm::StringRef name, bool will_modify, in GetSubValue() argument 280 return value_sp->GetSubValue(exe_ctx, sub_name, will_modify, error); in GetSubValue() 288 const bool will_modify = true; in SetSubValue() local 289 lldb::OptionValueSP value_sp(GetSubValue(exe_ctx, name, will_modify, error)); in SetSubValue()
|
| H A D | OptionValueArray.cpp | 97 llvm::StringRef name, bool will_modify, in GetSubValue() argument 133 will_modify, error); in GetSubValue()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/ |
| H A D | OptionValueProperties.h | 82 bool will_modify, 86 bool will_modify, 92 bool will_modify, 96 GetPropertyValueAtIndex(const ExecutionContext *exe_ctx, bool will_modify, 182 bool will_modify, uint32_t idx) const; 186 bool will_modify, uint32_t idx) const; 195 const ExecutionContext *exe_ctx, bool will_modify, uint32_t idx) const; 198 const ExecutionContext *exe_ctx, bool will_modify, uint32_t idx) const;
|
| H A D | OptionValueDictionary.h | 64 llvm::StringRef name, bool will_modify,
|
| H A D | OptionValueArray.h | 49 llvm::StringRef name, bool will_modify,
|
| H A D | OptionValue.h | 111 bool will_modify, in GetSubValue() argument
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | gnu-nat.h | 85 extern thread_state_t proc_get_state (struct proc *proc, int will_modify);
|
| H A D | gnu-nat.c | 358 proc_get_state (struct proc *proc, int will_modify) in proc_get_state() argument 363 will_modify ? " (with intention to modify)" : ""); in proc_get_state() 365 proc_abort (proc, will_modify); in proc_get_state() 383 if (will_modify) in proc_get_state()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Core/ |
| H A D | UserSettingsController.h | 50 bool will_modify,
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | Thread.cpp | 82 bool will_modify, in GetPropertyAtIndex() argument
|
| H A D | Target.cpp | 4002 bool will_modify, in GetPropertyAtIndex() argument
|
| H A D | Process.cpp | 96 bool will_modify, in GetPropertyAtIndex() argument
|