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 3d64c987c7c Reject debuglink sections with no associated filename. new 60cfa10c366 x86: Add () to silence GCC 5 new 9a6e099f43a gdbsupport: allow to specify dependencies between observers new 2c473def12b gdb: do autoload before notifying Python side in new_objfile event
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: gas/ChangeLog | 4 + gas/config/tc-i386.c | 4 +- gdb/ChangeLog | 27 +++++ gdb/auto-load.c | 9 +- gdb/auto-load.h | 8 ++ gdb/python/py-inferior.c | 7 +- gdb/testsuite/ChangeLog | 10 ++ ...d-pretty-printers-in-newobjfile-event.so-gdb.py | 43 ++++++++ ...aded-pretty-printers-in-newobjfile-event-lib.cc | 28 +++++ ...oaded-pretty-printers-in-newobjfile-event-lib.h | 31 ++++++ ...ded-pretty-printers-in-newobjfile-event-main.cc | 27 +++++ ...oloaded-pretty-printers-in-newobjfile-event.exp | 80 ++++++++++++++ ...toloaded-pretty-printers-in-newobjfile-event.py | 50 +++++++++ gdb/unittests/observable-selftests.c | 113 ++++++++++++++++++++ gdbsupport/ChangeLog | 8 ++ gdbsupport/observable.h | 116 ++++++++++++++++++--- 16 files changed, 545 insertions(+), 20 deletions(-) create mode 100644 gdb/testsuite/gdb.python/libpy-autoloaded-pretty-printers-in-ne [...] create mode 100644 gdb/testsuite/gdb.python/py-autoloaded-pretty-printers-in-newob [...] create mode 100644 gdb/testsuite/gdb.python/py-autoloaded-pretty-printers-in-newob [...] create mode 100644 gdb/testsuite/gdb.python/py-autoloaded-pretty-printers-in-newob [...] create mode 100644 gdb/testsuite/gdb.python/py-autoloaded-pretty-printers-in-newob [...] create mode 100644 gdb/testsuite/gdb.python/py-autoloaded-pretty-printers-in-newob [...]