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 3da8ce337cb Automatic date update in version.in new 73d7312ff61 gdb: use mapped file information to improve debuginfod text new 629bcc68d79 gdb: rename ext_lang_missing_debuginfo_result new ef1a41f20b7 gdb: add extension hook ext_lang_find_objfile_from_buildid new 5cabc8098e6 gdb/python: implement Python find_exec_by_build_id hook
The 4 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/NEWS | 24 + gdb/build-id.c | 88 +++- gdb/build-id.h | 3 +- gdb/corelow.c | 63 ++- gdb/data-directory/Makefile.in | 4 +- gdb/debuginfod-support.c | 4 +- gdb/doc/gdb.texinfo | 1 + gdb/doc/python.texi | 194 ++++++- gdb/extension-priv.h | 15 +- gdb/extension.c | 26 +- gdb/extension.h | 30 +- gdb/python/lib/gdb/__init__.py | 110 +++- .../command/{missing_debug.py => missing_files.py} | 135 +++-- gdb/python/lib/gdb/missing_debug.py | 161 +----- .../lib/gdb/{missing_debug.py => missing_files.py} | 73 ++- gdb/python/lib/gdb/missing_objfile.py | 67 +++ gdb/python/py-progspace.c | 26 +- gdb/python/python.c | 120 ++++- gdb/solib.c | 3 +- gdb/symfile-debug.c | 2 +- .../gdb.debuginfod/corefile-mapped-file.exp | 2 +- gdb/testsuite/gdb.debuginfod/solib-with-soname.exp | 2 +- .../py-missing-objfile-lib.c} | 16 +- .../py-missing-objfile.c} | 35 +- gdb/testsuite/gdb.python/py-missing-objfile.exp | 565 +++++++++++++++++++++ .../{py-missing-debug.py => py-missing-objfile.py} | 68 ++- 26 files changed, 1487 insertions(+), 350 deletions(-) rename gdb/python/lib/gdb/command/{missing_debug.py => missing_files.py} (54%) copy gdb/python/lib/gdb/{missing_debug.py => missing_files.py} (73%) create mode 100644 gdb/python/lib/gdb/missing_objfile.py copy gdb/testsuite/{gdb.base/fission-macro-2.c => gdb.python/py-missing-objfile-li [...] copy gdb/testsuite/{gdb.ada/exception-lto.c => gdb.python/py-missing-objfile.c} (70%) create mode 100644 gdb/testsuite/gdb.python/py-missing-objfile.exp copy gdb/testsuite/gdb.python/{py-missing-debug.py => py-missing-objfile.py} (53%)