Home
last modified time | relevance | path

Searched defs:will_modify (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DOptionValueProperties.cpp91 llvm::StringRef name, bool will_modify, in GetSubValue()
146 const bool will_modify = true; in SetSubValue() local
174 bool will_modify, in GetProperty()
182 const ExecutionContext *exe_ctx, bool will_modify, uint32_t idx) const { in GetPropertyAtIndex()
187 const ExecutionContext *exe_ctx, bool will_modify, uint32_t idx) const { in GetPropertyValueAtIndex()
196 const ExecutionContext *exe_ctx, bool will_modify, uint32_t idx) const { in GetPropertyAtIndexAsOptionValuePathMappings()
205 const ExecutionContext *exe_ctx, bool will_modify, uint32_t idx) const { in GetPropertyAtIndexAsOptionValueFileSpecList()
365 const ExecutionContext *exe_ctx, bool will_modify, uint32_t idx) const { in GetPropertyAtIndexAsOptionValueFileSpec()
478 const ExecutionContext *exe_ctx, bool will_modify, uint32_t idx) const { in GetPropertyAtIndexAsOptionValueString()
575 const bool will_modify = false; in DumpPropertyValue() local
[all …]
H A DOptionValueDictionary.cpp234 llvm::StringRef name, bool will_modify, in GetSubValue()
288 const bool will_modify = true; in SetSubValue() local
H A DOptionValueArray.cpp97 llvm::StringRef name, bool will_modify, in GetSubValue()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DUserSettingsController.cpp35 llvm::StringRef path, bool will_modify, in GetPropertyValue()
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DOptionValue.h111 bool will_modify, in GetSubValue()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectSettings.cpp523 const bool will_modify = false; in DoExecute() local
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DThread.cpp82 bool will_modify, in GetPropertyAtIndex()
H A DProcess.cpp96 bool will_modify, in GetPropertyAtIndex()
H A DTarget.cpp4002 bool will_modify, in GetPropertyAtIndex()
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dgnu-nat.c358 proc_get_state (struct proc *proc, int will_modify) in proc_get_state()