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 bbad996200 ia64 testsuite changes for --gc-sections new 31716595b5 Class reg_buffer new 849d0ba802 class readable_regcache and pass readable_regcache to gdbarc [...] new fc5b873615 Remove regcache_save and regcache_cpy new daf6667d1f Class readonly_detached_regcache new c8ec2f334c Class detached_regcache new f3384e664d Replace regcache::dump with class register_dump new 215c69dc9a No longer create readonly regcache new 796bb02641 Remove regcache::m_readonly_p new 4c74fe6b84 Move register_dump to regcache-dump.c new c113ed0ca2 Pass readable_regcache to gdbarch method read_pc
The 10 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 | 214 +++++++++++++++++++++++++ gdb/Makefile.in | 1 + gdb/aarch64-tdep.c | 2 +- gdb/amd64-tdep.c | 2 +- gdb/arm-tdep.c | 6 +- gdb/avr-tdep.c | 7 +- gdb/bfin-tdep.c | 2 +- gdb/dummy-frame.c | 6 +- gdb/frame.c | 15 +- gdb/frame.h | 3 +- gdb/frv-tdep.c | 2 +- gdb/gdbarch.c | 6 +- gdb/gdbarch.h | 12 +- gdb/gdbarch.sh | 6 +- gdb/h8300-tdep.c | 4 +- gdb/hppa-tdep.c | 8 +- gdb/i386-tdep.c | 6 +- gdb/i386-tdep.h | 2 +- gdb/ia64-tdep.c | 8 +- gdb/infcmd.c | 6 +- gdb/inferior.h | 2 +- gdb/infrun.c | 8 +- gdb/jit.c | 11 +- gdb/linux-fork.c | 20 ++- gdb/m32c-tdep.c | 20 +-- gdb/m68hc11-tdep.c | 2 +- gdb/mep-tdep.c | 6 +- gdb/mi/mi-main.c | 12 +- gdb/mips-tdep.c | 6 +- gdb/msp430-tdep.c | 2 +- gdb/nds32-tdep.c | 2 +- gdb/ppc-linux-tdep.c | 10 +- gdb/record-full.c | 21 ++- gdb/regcache-dump.c | 335 ++++++++++++++++++++++++++++++++++++++ gdb/regcache.c | 444 +++++++++++++-------------------------------------- gdb/regcache.h | 244 ++++++++++++++++------------ gdb/rl78-tdep.c | 2 +- gdb/rs6000-tdep.c | 52 ++++-- gdb/s390-tdep.c | 2 +- gdb/sh-tdep.c | 4 +- gdb/sh64-tdep.c | 4 +- gdb/sparc-tdep.c | 2 +- gdb/sparc64-tdep.c | 2 +- gdb/spu-tdep.c | 15 +- gdb/xtensa-tdep.c | 4 +- 45 files changed, 972 insertions(+), 578 deletions(-) create mode 100644 gdb/regcache-dump.c