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 23948f56021 Put gdb.base/bt-on-fatal-signal.exp GDB cores in output dir new 0b4fe76f956 Add gdb.free_objfile event registry
The 1 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/doc/python.texi | 11 ++++ gdb/python/py-all-events.def | 1 + gdb/python/py-event-types.def | 5 ++ gdb/python/py-event.h | 1 + gdb/python/py-inferior.c | 15 +++++ gdb/python/py-newobjfileevent.c | 36 ++++++++++++ .../catch-load.c => gdb.python/py-event-load.c} | 8 +-- gdb/testsuite/gdb.python/py-event-load.exp | 67 ++++++++++++++++++++++ .../py-event-load.py} | 18 +++--- 9 files changed, 150 insertions(+), 12 deletions(-) copy gdb/testsuite/{gdb.base/catch-load.c => gdb.python/py-event-load.c} (83%) create mode 100644 gdb/testsuite/gdb.python/py-event-load.exp copy gdb/testsuite/{gdb.cp/pointer-to-member.exp => gdb.python/py-event-load.py} (71%)