Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
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 DOptionValueDictionary.cpp234 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 DOptionValueArray.cpp97 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 DOptionValueProperties.h82 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 DOptionValueDictionary.h64 llvm::StringRef name, bool will_modify,
H A DOptionValueArray.h49 llvm::StringRef name, bool will_modify,
H A DOptionValue.h111 bool will_modify, in GetSubValue() argument
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dgnu-nat.h85 extern thread_state_t proc_get_state (struct proc *proc, int will_modify);
H A Dgnu-nat.c358 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 DUserSettingsController.h50 bool will_modify,
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DThread.cpp82 bool will_modify, in GetPropertyAtIndex() argument
H A DTarget.cpp4002 bool will_modify, in GetPropertyAtIndex() argument
H A DProcess.cpp96 bool will_modify, in GetPropertyAtIndex() argument