This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-arm-check_binutils in repository toolchain/ci/binutils-gdb.
from 4488e43c49 sim: rx: scope the unique configure flag adds e27c0d7ae3 Automatic date update in version.in adds 1b40d569a8 sim: cris: clean up printf & abort usage a bit adds 61e2dde2db gdb/python: handle saving user registers in a frame unwinder adds 8b9c48b287 gdb/python: move PyLong_From* calls into py-utils.c adds d52b800721 gdb/python: add PendingFrame.level and Frame.level methods adds 96f842cbdb gdb/riscv: add support for vector registers in target descriptions adds b4ee29a445 Automatic date update in version.in adds be0387eed0 sim: hw: rework configure option & device selection adds 456ef1c1d4 sim: unify hardware settings
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- gdb/ChangeLog | 37 +++++++ gdb/NEWS | 11 ++ gdb/arch/riscv.c | 6 + gdb/arch/riscv.h | 12 +- gdb/doc/ChangeLog | 10 ++ gdb/doc/gdb.texinfo | 8 ++ gdb/doc/python.texi | 9 ++ gdb/python/py-frame.c | 23 ++++ gdb/python/py-inferior.c | 2 +- gdb/python/py-unwind.c | 40 +++++++ gdb/riscv-tdep.c | 121 ++++++++++++++++++++- gdb/riscv-tdep.h | 8 +- gdb/testsuite/ChangeLog | 13 +++ gdb/testsuite/gdb.python/py-frame.exp | 11 ++ gdb/testsuite/gdb.python/py-pending-frame-level.c | 49 +++++++++ .../gdb.python/py-pending-frame-level.exp | 65 +++++++++++ gdb/testsuite/gdb.python/py-pending-frame-level.py | 55 ++++++++++ gdb/testsuite/gdb.python/py-unwind-user-regs.c | 37 +++++++ gdb/testsuite/gdb.python/py-unwind-user-regs.exp | 98 +++++++++++++++++ gdb/testsuite/gdb.python/py-unwind-user-regs.py | 72 ++++++++++++ sim/ChangeLog | 16 +++ sim/Makefile.in | 3 + sim/README-HACKING | 4 +- sim/aarch64/ChangeLog | 9 ++ sim/aarch64/aclocal.m4 | 1 - sim/aarch64/configure | 67 +----------- sim/aclocal.m4 | 1 + sim/arch-subdir.mk.in | 5 + sim/arm/ChangeLog | 9 ++ sim/arm/aclocal.m4 | 1 - sim/arm/configure | 67 +----------- sim/avr/ChangeLog | 9 ++ sim/avr/aclocal.m4 | 1 - sim/avr/configure | 67 +----------- sim/bfin/ChangeLog | 11 ++ sim/bfin/Makefile.in | 33 ++++++ sim/bfin/aclocal.m4 | 1 - sim/bfin/configure | 92 ---------------- sim/bfin/configure.ac | 33 ------ sim/bpf/ChangeLog | 9 ++ sim/bpf/aclocal.m4 | 1 - sim/bpf/configure | 60 ---------- sim/common/ChangeLog | 11 ++ sim/common/Make-common.in | 9 +- sim/configure | 54 ++++++++- sim/configure.ac | 1 + sim/cr16/ChangeLog | 9 ++ sim/cr16/aclocal.m4 | 1 - sim/cr16/configure | 67 +----------- sim/cris/ChangeLog | 17 +++ sim/cris/Makefile.in | 2 + sim/cris/aclocal.m4 | 1 - sim/cris/configure | 60 ---------- sim/cris/configure.ac | 1 - sim/cris/traps.c | 77 +++++++------ sim/d10v/ChangeLog | 9 ++ sim/d10v/aclocal.m4 | 1 - sim/d10v/configure | 67 +----------- sim/erc32/ChangeLog | 9 ++ sim/erc32/aclocal.m4 | 1 - sim/erc32/configure | 67 +----------- sim/example-synacor/ChangeLog | 9 ++ sim/example-synacor/aclocal.m4 | 1 - sim/example-synacor/configure | 67 +----------- sim/frv/ChangeLog | 9 ++ sim/frv/aclocal.m4 | 1 - sim/frv/configure | 60 ---------- sim/ft32/ChangeLog | 9 ++ sim/ft32/aclocal.m4 | 1 - sim/ft32/configure | 67 +----------- sim/h8300/ChangeLog | 9 ++ sim/h8300/aclocal.m4 | 1 - sim/h8300/configure | 67 +----------- sim/iq2000/ChangeLog | 9 ++ sim/iq2000/aclocal.m4 | 1 - sim/iq2000/configure | 60 ---------- sim/lm32/ChangeLog | 11 ++ sim/lm32/Makefile.in | 2 + sim/lm32/aclocal.m4 | 1 - sim/lm32/configure | 60 ---------- sim/lm32/configure.ac | 1 - sim/m32c/ChangeLog | 9 ++ sim/m32c/aclocal.m4 | 1 - sim/m32c/configure | 67 +----------- sim/m32r/ChangeLog | 11 ++ sim/m32r/Makefile.in | 2 + sim/m32r/aclocal.m4 | 1 - sim/m32r/configure | 61 ----------- sim/m32r/configure.ac | 2 - sim/m4/sim_ac_option_hardware.m4 | 48 +++----- sim/m4/sim_ac_output.m4 | 5 - sim/m68hc11/ChangeLog | 11 ++ sim/m68hc11/Makefile.in | 2 + sim/m68hc11/aclocal.m4 | 1 - sim/m68hc11/configure | 69 +----------- sim/m68hc11/configure.ac | 4 - sim/mcore/ChangeLog | 9 ++ sim/mcore/aclocal.m4 | 1 - sim/mcore/configure | 67 +----------- sim/microblaze/ChangeLog | 9 ++ sim/microblaze/aclocal.m4 | 1 - sim/microblaze/configure | 67 +----------- sim/mips/ChangeLog | 11 ++ sim/mips/Makefile.in | 1 + sim/mips/aclocal.m4 | 1 - sim/mips/configure | 63 ----------- sim/mips/configure.ac | 4 - sim/mn10300/ChangeLog | 11 ++ sim/mn10300/Makefile.in | 2 + sim/mn10300/aclocal.m4 | 1 - sim/mn10300/configure | 60 ---------- sim/mn10300/configure.ac | 1 - sim/moxie/ChangeLog | 9 ++ sim/moxie/aclocal.m4 | 1 - sim/moxie/configure | 67 +----------- sim/msp430/ChangeLog | 9 ++ sim/msp430/aclocal.m4 | 1 - sim/msp430/configure | 67 +----------- sim/or1k/ChangeLog | 9 ++ sim/or1k/aclocal.m4 | 1 - sim/or1k/configure | 60 ---------- sim/pru/ChangeLog | 9 ++ sim/pru/aclocal.m4 | 1 - sim/pru/configure | 67 +----------- sim/riscv/ChangeLog | 9 ++ sim/riscv/aclocal.m4 | 1 - sim/riscv/configure | 60 ---------- sim/rl78/ChangeLog | 9 ++ sim/rl78/aclocal.m4 | 1 - sim/rl78/configure | 67 +----------- sim/rx/ChangeLog | 9 ++ sim/rx/aclocal.m4 | 1 - sim/rx/configure | 62 +---------- sim/sh/ChangeLog | 9 ++ sim/sh/aclocal.m4 | 1 - sim/sh/configure | 67 +----------- sim/v850/ChangeLog | 9 ++ sim/v850/aclocal.m4 | 1 - sim/v850/configure | 60 ---------- 140 files changed, 1188 insertions(+), 2181 deletions(-) create mode 100644 gdb/testsuite/gdb.python/py-pending-frame-level.c create mode 100644 gdb/testsuite/gdb.python/py-pending-frame-level.exp create mode 100644 gdb/testsuite/gdb.python/py-pending-frame-level.py create mode 100644 gdb/testsuite/gdb.python/py-unwind-user-regs.c create mode 100644 gdb/testsuite/gdb.python/py-unwind-user-regs.exp create mode 100644 gdb/testsuite/gdb.python/py-unwind-user-regs.py