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

/openbsd-current/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,
109 GetSubValue(const ExecutionContext *exe_ctx, llvm::StringRef name, bool will_modify, Status &error) const argument
/openbsd-current/gnu/llvm/lldb/source/Interpreter/
H A DOptionValueProperties.cpp81 bool will_modify) const {
85 value_sp = GetPropertyAtIndex(exe_ctx, will_modify, idx)->GetValue();
91 llvm::StringRef name, bool will_modify,
106 value_sp = GetValueForKey(exe_ctx, key, will_modify);
114 value_sp->GetSubValue(exe_ctx, sub_name.drop_front(), will_modify, error);
121 exe_ctx, sub_name.drop_front(experimental_len + 2), will_modify, error);
132 return value_sp->GetSubValue(exe_ctx, sub_name, will_modify, error);
146 const bool will_modify = true; local
154 lldb::OptionValueSP value_sp(GetSubValue(exe_ctx, name, will_modify, error));
174 bool will_modify,
90 GetSubValue(const ExecutionContext *exe_ctx, llvm::StringRef name, bool will_modify, Status &error) const argument
173 GetProperty(const ExecutionContext *exe_ctx, bool will_modify, ConstString name) const argument
181 GetPropertyAtIndex( const ExecutionContext *exe_ctx, bool will_modify, uint32_t idx) const argument
186 GetPropertyValueAtIndex( const ExecutionContext *exe_ctx, bool will_modify, uint32_t idx) const argument
195 GetPropertyAtIndexAsOptionValuePathMappings( const ExecutionContext *exe_ctx, bool will_modify, uint32_t idx) const argument
204 GetPropertyAtIndexAsOptionValueFileSpecList( const ExecutionContext *exe_ctx, bool will_modify, uint32_t idx) const argument
364 GetPropertyAtIndexAsOptionValueFileSpec( const ExecutionContext *exe_ctx, bool will_modify, uint32_t idx) const argument
477 GetPropertyAtIndexAsOptionValueString( const ExecutionContext *exe_ctx, bool will_modify, uint32_t idx) const argument
575 const bool will_modify = false; local
621 GetPropertyAtPath( const ExecutionContext *exe_ctx, bool will_modify, llvm::StringRef name) const argument
[all...]
H A DOptionValueArray.cpp97 llvm::StringRef name, bool will_modify,
133 will_modify, error);
96 GetSubValue(const ExecutionContext *exe_ctx, llvm::StringRef name, bool will_modify, Status &error) const argument
H A DOptionValueDictionary.cpp234 llvm::StringRef name, bool will_modify,
280 return value_sp->GetSubValue(exe_ctx, sub_name, will_modify, error);
288 const bool will_modify = true; local
289 lldb::OptionValueSP value_sp(GetSubValue(exe_ctx, name, will_modify, error));
233 GetSubValue(const ExecutionContext *exe_ctx, llvm::StringRef name, bool will_modify, Status &error) const argument
/openbsd-current/gnu/llvm/lldb/source/Core/
H A DUserSettingsController.cpp35 llvm::StringRef path, bool will_modify,
39 return properties_sp->GetSubValue(exe_ctx, path, will_modify, error);
34 GetPropertyValue(const ExecutionContext *exe_ctx, llvm::StringRef path, bool will_modify, Status &error) const argument
/openbsd-current/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.c361 proc_get_state (struct proc *proc, int will_modify)
366 will_modify ? " (with intention to modify)" : "");
368 proc_abort (proc, will_modify);
386 if (will_modify)
358 proc_get_state(struct proc *proc, int will_modify) argument
/openbsd-current/gnu/llvm/lldb/include/lldb/Core/
H A DUserSettingsController.h50 bool will_modify,
/openbsd-current/gnu/llvm/lldb/source/Commands/
H A DCommandObjectSettings.cpp523 const bool will_modify = false; variable
533 &m_exe_ctx, will_modify, property_path);
/openbsd-current/gnu/llvm/lldb/source/Target/
H A DThread.cpp82 bool will_modify,
H A DTarget.cpp4002 bool will_modify,
H A DProcess.cpp96 bool will_modify,

Completed in 280 milliseconds