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 c44edec047d Make location expressions be code in DWARF assembler new 7862554bcf4 gdb/python: introduce gdb.Corefile API new fc8e5a565b3 gdb: make structured core file mappings processing global new f69c1d03c4d gdb/python: add Corefile.mapped_files method
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/Makefile.in | 1 + gdb/NEWS | 21 + gdb/corelow.c | 225 ++++--- gdb/doc/python.texi | 110 ++++ gdb/gdbcore.h | 43 ++ gdb/observable.c | 1 + gdb/observable.h | 6 + gdb/python/py-corefile.c | 688 +++++++++++++++++++++ gdb/python/py-inferior.c | 18 + gdb/python/python-internal.h | 8 + .../dso2dso.c => gdb.python/py-corefile.c} | 8 +- gdb/testsuite/gdb.python/py-corefile.exp | 236 +++++++ gdb/testsuite/gdb.python/py-corefile.py | 144 +++++ 13 files changed, 1404 insertions(+), 105 deletions(-) create mode 100644 gdb/python/py-corefile.c copy gdb/testsuite/{gdb.base/dso2dso.c => gdb.python/py-corefile.c} (82%) create mode 100644 gdb/testsuite/gdb.python/py-corefile.exp create mode 100644 gdb/testsuite/gdb.python/py-corefile.py