This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-arm in repository toolchain/ci/binutils-gdb.
from 23948f5602 Put gdb.base/bt-on-fatal-signal.exp GDB cores in output dir adds 0b4fe76f95 Add gdb.free_objfile event registry adds e4d04cb306 gprofng: fix regression in build and a race condition in autoreconf adds b8283575ae gprofng: link libgprofng.so against -lpthread
No new revisions were added by this update.
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 +++--- gprofng/common/{config.h.in => lib-config.h.in} | 28 +-------- gprofng/libcollector/Makefile.in | 6 +- gprofng/libcollector/configure | 5 +- gprofng/libcollector/configure.ac | 3 +- gprofng/src/Makefile.am | 6 +- gprofng/src/Makefile.in | 9 ++- 15 files changed, 170 insertions(+), 49 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%) copy gprofng/common/{config.h.in => lib-config.h.in} (75%)