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 32fa152e3bf Fix crash in -stack-list-arguments new ea57e509a23 Remove hack for GDB which sets the section size to 0 new 678c7a56ced Adjust corefile.exp test to show regression after bfd hack removal new e56cb451c9c section_table_xfer_memory: Replace section name with callba [...] new 2735d4218ea Provide access to non SEC_HAS_CONTENTS core file sections new 94c265d790b Test ability to access unwritten-to mmap data in core file new 5efb677960e Update binary_get_section_contents to seek using section's [...] new 7e183d27368 Add new gdbarch method, read_core_file_mappings new db082f5979f Use NT_FILE note section for reading core target memory new f9e233c9c46 Add test for accessing read-only mmapped data in a core file new 4ba11f89a25 gcore command: Place all file-backed mappings in NT_FILE note new 9c5ec5c2dab Adjust coredump-filter.exp to account for NT_FILE note handling new 09c2f5d45cd Add new command "maint print core-file-backed-mappings" new b089853a22c Add documentation for "maint print core-file-backed-mappings" new 7da515fd762 New core file tests with mappings over existing program memory
The 14 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: bfd/ChangeLog | 9 + bfd/binary.c | 12 +- bfd/elf.c | 8 - gdb/ChangeLog | 69 ++++++++ gdb/NEWS | 4 + gdb/arch-utils.c | 16 ++ gdb/arch-utils.h | 12 ++ gdb/bfd-target.c | 3 +- gdb/corelow.c | 264 ++++++++++++++++++++++++++++- gdb/doc/ChangeLog | 5 + gdb/doc/gdb.texinfo | 8 + gdb/exec.c | 8 +- gdb/exec.h | 13 +- gdb/gdbarch.c | 23 +++ gdb/gdbarch.h | 6 + gdb/gdbarch.sh | 3 + gdb/linux-tdep.c | 244 ++++++++++++++++++-------- gdb/target.c | 18 +- gdb/testsuite/ChangeLog | 32 ++++ gdb/testsuite/gdb.base/coredump-filter.exp | 18 +- gdb/testsuite/gdb.base/corefile.exp | 27 ++- gdb/testsuite/gdb.base/corefile2.exp | 185 ++++++++++++++++++++ gdb/testsuite/gdb.base/coremaker.c | 30 +++- gdb/testsuite/gdb.base/coremaker2.c | 150 ++++++++++++++++ 24 files changed, 1057 insertions(+), 110 deletions(-) create mode 100644 gdb/testsuite/gdb.base/corefile2.exp create mode 100644 gdb/testsuite/gdb.base/coremaker2.c