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 6c5218dfdb Remove regcache_descr fields sizeof_raw_register_status and [...] new 2e1b49b32a Remove code wrapped by "#if 0" new 4e888c281c New method regcache::assert_regnum new d999647bc4 Remove regcache_descr::nr_raw_registers new a01bda5221 s/get_regcache_aspace (regcache)/regcache->aspace ()/g new 8b86c95921 const-fy regcache::m_aspace new 6c6e9412e9 const-fy regcache::m_readonly_p new f26ae15b47 Construct readonly regcache without address space
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 | 95 ++++++++++++++++++++++++++++++++++++++++++++++++++++ gdb/breakpoint.c | 2 +- gdb/darwin-nat.c | 2 +- gdb/frame.c | 9 +++-- gdb/frame.h | 4 ++- gdb/infrun.c | 46 ++++++++++++------------- gdb/jit.c | 4 +-- gdb/linux-nat.c | 8 ++--- gdb/mips-tdep.c | 5 +-- gdb/ppc-linux-tdep.c | 5 ++- gdb/record-full.c | 7 ++-- gdb/regcache.c | 85 ++++++++++++++++++++-------------------------- gdb/regcache.h | 22 ++++++------ 13 files changed, 187 insertions(+), 107 deletions(-)