This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from 7509b829795 gdb: change store_waitstatus to return a target_waitstatus [...] new 4bce7cdaf48 gdbsupport: add array_view copy function new 2a50938ab74 gdb: make extract_integer take an array_view new 46680d22de3 gdb: trivial changes to use array_view new c471bdb1985 gdb: use intrusive_list for cmd_list_element aliases list new eccd14b3f59 gdb: change some alias functions parameters to const-reference
The 5 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gdb/ada-lang.c | 17 ++--- gdb/amd64-linux-tdep.c | 2 +- gdb/cli/cli-decode.c | 132 ++++++++++++++++------------------- gdb/cli/cli-decode.h | 18 +++-- gdb/defs.h | 23 +++++- gdb/dwarf2/expr.c | 11 ++- gdb/fbsd-tdep.c | 6 +- gdb/findvar.c | 35 +++++----- gdb/frame.c | 6 +- gdb/frv-tdep.c | 2 +- gdb/hppa-bsd-tdep.c | 2 +- gdb/hppa-linux-tdep.c | 2 +- gdb/i386-linux-tdep.c | 2 +- gdb/ia64-tdep.c | 4 +- gdb/regcache.c | 21 +++--- gdb/rust-lang.c | 10 ++- gdb/unittests/array-view-selftests.c | 104 +++++++++++++++++++++++++++ gdb/unittests/gmp-utils-selftests.c | 2 +- gdb/valarith.c | 58 +++++++-------- gdb/valops.c | 66 ++++++++---------- gdb/value.c | 24 +++---- gdbsupport/array-view.h | 15 ++++ 22 files changed, 338 insertions(+), 224 deletions(-)