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 c2ce831330e Add the netbsdpe configuration to the list of obsolete targets. new dd4f75f2b6f gdb: make frame_debug a boolean new a05a883fbab gdb: introduce frame_debug_printf new a154d838a70 gdb: add names to unwinders, add debug messages when lookin [...] new fe67a58f982 gdb: introduce FRAME_SCOPED_DEBUG_ENTER_EXIT
The 4 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/ChangeLog | 29 +++ gdb/aarch64-tdep.c | 2 + gdb/alpha-mdebug-tdep.c | 4 +- gdb/alpha-tdep.c | 8 +- gdb/amd64-obsd-tdep.c | 4 +- gdb/amd64-tdep.c | 3 + gdb/amd64-windows-tdep.c | 76 +++--- gdb/arc-tdep.c | 2 + gdb/arm-tdep.c | 5 + gdb/avr-tdep.c | 1 + gdb/bfin-tdep.c | 1 + gdb/bpf-tdep.c | 1 + gdb/cris-tdep.c | 2 + gdb/csky-tdep.c | 2 + gdb/dummy-frame.c | 1 + gdb/dwarf2/frame-tailcall.c | 1 + gdb/dwarf2/frame.c | 2 + gdb/frame-unwind.c | 12 +- gdb/frame-unwind.h | 1 + gdb/frame.c | 335 ++++++++++--------------- gdb/frame.h | 13 +- gdb/frv-linux-tdep.c | 1 + gdb/frv-tdep.c | 1 + gdb/ft32-tdep.c | 1 + gdb/h8300-tdep.c | 1 + gdb/hppa-linux-tdep.c | 1 + gdb/hppa-tdep.c | 3 + gdb/i386-obsd-tdep.c | 1 + gdb/i386-tdep.c | 4 + gdb/ia64-tdep.c | 4 + gdb/inline-frame.c | 1 + gdb/iq2000-tdep.c | 1 + gdb/jit.c | 1 + gdb/lm32-tdep.c | 1 + gdb/m32c-tdep.c | 1 + gdb/m32r-linux-tdep.c | 1 + gdb/m32r-tdep.c | 1 + gdb/m68hc11-tdep.c | 1 + gdb/m68k-linux-tdep.c | 1 + gdb/m68k-tdep.c | 1 + gdb/mep-tdep.c | 1 + gdb/microblaze-tdep.c | 1 + gdb/mips-sde-tdep.c | 1 + gdb/mips-tdep.c | 4 + gdb/mn10300-tdep.c | 1 + gdb/moxie-tdep.c | 1 + gdb/msp430-tdep.c | 1 + gdb/nds32-tdep.c | 2 + gdb/nios2-tdep.c | 2 + gdb/or1k-tdep.c | 1 + gdb/ppc-fbsd-tdep.c | 1 + gdb/ppc-obsd-tdep.c | 1 + gdb/python/py-unwind.c | 1 + gdb/record-btrace.c | 2 + gdb/riscv-tdep.c | 1 + gdb/rl78-tdep.c | 1 + gdb/rs6000-aix-tdep.c | 1 + gdb/rs6000-tdep.c | 2 + gdb/rx-tdep.c | 2 + gdb/s12z-tdep.c | 1 + gdb/s390-linux-tdep.c | 1 + gdb/s390-tdep.c | 2 + gdb/score-tdep.c | 1 + gdb/sentinel-frame.c | 1 + gdb/sh-tdep.c | 2 + gdb/sparc-netbsd-tdep.c | 1 + gdb/sparc-obsd-tdep.c | 1 + gdb/sparc-sol2-tdep.c | 1 + gdb/sparc-tdep.c | 1 + gdb/sparc64-fbsd-tdep.c | 1 + gdb/sparc64-netbsd-tdep.c | 1 + gdb/sparc64-obsd-tdep.c | 2 + gdb/sparc64-sol2-tdep.c | 1 + gdb/sparc64-tdep.c | 1 + gdb/testsuite/ChangeLog | 4 + gdb/testsuite/gdb.dwarf2/dw2-reg-undefined.exp | 5 +- gdb/tic6x-tdep.c | 2 + gdb/tilegx-tdep.c | 1 + gdb/v850-tdep.c | 1 + gdb/value.c | 28 +-- gdb/vax-tdep.c | 1 + gdb/xstormy16-tdep.c | 1 + gdb/xtensa-tdep.c | 1 + 83 files changed, 350 insertions(+), 271 deletions(-)