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 f807f43 [ARC] Disassemble correctly extension instructions. new d41a5c0 testsuite: Fix false FAIL in gdb.cp/casts.exp new 9c2996c S390: Avoid direct access to lwp_info structure new 17c84cc S390: Migrate watch areas from list to VEC type new 373c3da S390: Multi-inferior watchpoint support new 169fe0d S390: Enable "maint set show-debug-regs" new 0e00e96 linux-nat: Add function lwp_is_stepping new 8193ade S390: Hardware breakpoint support
The 7 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 | 71 ++++ gdb/gdbserver/ChangeLog | 4 + gdb/gdbserver/linux-low.c | 8 + gdb/linux-nat.c | 8 + gdb/nat/linux-nat.h | 5 + gdb/s390-linux-nat.c | 443 +++++++++++++++++---- gdb/testsuite/ChangeLog | 11 + gdb/testsuite/gdb.cp/casts.cc | 10 - gdb/testsuite/gdb.cp/casts.exp | 26 +- .../dwp-sepdebug.c => gdb.cp/casts03.cc} | 12 +- gdb/testsuite/lib/gdb.exp | 3 +- 11 files changed, 514 insertions(+), 87 deletions(-) copy gdb/testsuite/{gdb.dwarf2/dwp-sepdebug.c => gdb.cp/casts03.cc} (83%)