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 4c71c1059f Fix -list-thread-groups --available logic and add test new 55b11ddf16 Redesign mock environment for gdbarch selftests new ed4227b7c6 Reimplement support for "maint print registers" with no runn [...] new 5cd63fda03 Fix "Remote 'g' packet reply is too long" problems with mult [...]
The 3 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 | 53 +++++++++++++++++ gdb/frame.c | 17 ------ gdb/frame.h | 8 --- gdb/gdbarch-selftests.c | 105 ++++++++++++++++++++++++++++----- gdb/progspace.c | 12 ---- gdb/progspace.h | 11 ++++ gdb/regcache.c | 33 ++++++----- gdb/regcache.h | 10 ---- gdb/remote.c | 100 ++++++++++++++++++++++--------- gdb/spu-multiarch.c | 3 +- gdb/target.c | 4 +- gdb/testsuite/ChangeLog | 11 ++++ gdb/testsuite/gdb.multi/hangout.c | 14 +++++ gdb/testsuite/gdb.multi/hello.c | 15 ++++- gdb/testsuite/gdb.multi/multi-arch.exp | 24 ++++++++ 15 files changed, 312 insertions(+), 108 deletions(-)