This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_check_gcc/master-aarch64 in repository toolchain/ci/binutils-gdb.
from 083aca0c83 Remove manual lifetime management from cli_interp adds 6a40c6e437 Remove array typedef assumption for Ada adds 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/ada-lang.c | 6 ++ gdb/ada-typeprint.c | 11 +++- 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 ++++++++++ gdb/testsuite/gdb.ada/multiarray.exp | 48 ++++++++++++++ gdb/testsuite/gdb.ada/multiarray/p.adb | 46 +++++++++++++ gdb/testsuite/gdb.ada/multiarray/pack.ads | 34 ++++++++++ gdb/testsuite/gdb.base/bt-on-fatal-signal.exp | 5 ++ gdb/testsuite/gdb.python/py-event-load.c | 42 ++++++++++++ gdb/testsuite/gdb.python/py-event-load.exp | 67 +++++++++++++++++++ gdb/testsuite/gdb.python/py-event-load.py | 30 +++++++++ gprofng/common/lib-config.h.in | 94 +++++++++++++++++++++++++++ gprofng/libcollector/Makefile.in | 6 +- gprofng/libcollector/configure | 5 +- gprofng/libcollector/configure.ac | 3 +- gprofng/src/Makefile.am | 6 +- gprofng/src/Makefile.in | 9 ++- 21 files changed, 469 insertions(+), 12 deletions(-) create mode 100644 gdb/testsuite/gdb.ada/multiarray.exp create mode 100644 gdb/testsuite/gdb.ada/multiarray/p.adb create mode 100644 gdb/testsuite/gdb.ada/multiarray/pack.ads create mode 100644 gdb/testsuite/gdb.python/py-event-load.c create mode 100644 gdb/testsuite/gdb.python/py-event-load.exp create mode 100644 gdb/testsuite/gdb.python/py-event-load.py create mode 100644 gprofng/common/lib-config.h.in