This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-next-defconfig in repository toolchain/ci/binutils-gdb.
from 49455d8bbd Automatic date update in version.in adds 09e4c4e1f1 gdb: Remove file path from test name adds afda45a206 gdb: Remove unused parameter adds 00df30ae1e gdb: New function to open source file and compute line charpos data adds 0d3abd8cc9 gdb: Remove an update of current_source_line and current_sou [...] adds ec8e2b6d30 gdb: Don't allow annotations to influence what else GDB prints adds 30056ea04a gdb/mi: New commands to catch C++ exceptions adds 584a927c5a gdb/fortran: Show the type for non allocated / associated types new 6ac6a19371 Automatic date update in version.in
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: bfd/version.h | 2 +- gdb/ChangeLog | 88 +++++++++ gdb/NEWS | 4 + gdb/annotate.c | 27 ++- gdb/annotate.h | 10 +- gdb/break-catch-throw.c | 42 ++--- gdb/breakpoint.c | 8 - gdb/breakpoint.h | 20 +++ gdb/doc/ChangeLog | 7 + gdb/doc/gdb.texinfo | 140 +++++++++++++++ gdb/f-typeprint.c | 90 +++++----- gdb/mi/mi-cmd-catch.c | 71 ++++++++ gdb/mi/mi-cmds.c | 6 + gdb/mi/mi-cmds.h | 3 + gdb/source-cache.c | 8 +- gdb/source.c | 56 ++---- gdb/source.h | 22 +-- gdb/stack.c | 63 +++---- gdb/testsuite/ChangeLog | 27 +++ gdb/testsuite/gdb.base/annota1.exp | 4 +- gdb/testsuite/gdb.base/style-logging.exp | 3 +- gdb/testsuite/gdb.cp/annota2.exp | 1 + gdb/testsuite/gdb.cp/annota3.exp | 2 +- gdb/testsuite/gdb.fortran/pointers.f90 | 80 +++++++++ gdb/testsuite/gdb.fortran/print_type.exp | 114 ++++++++++++ gdb/testsuite/gdb.fortran/vla-ptype.exp | 12 +- gdb/testsuite/gdb.fortran/vla-type.exp | 7 +- gdb/testsuite/gdb.fortran/vla-value.exp | 10 +- .../mi-catch-cpp-exceptions.cc} | 68 +++---- gdb/testsuite/gdb.mi/mi-catch-cpp-exceptions.exp | 197 +++++++++++++++++++++ gdb/testsuite/gdb.mi/mi-vla-fortran.exp | 8 +- gdb/testsuite/lib/mi-support.exp | 11 +- 32 files changed, 979 insertions(+), 232 deletions(-) create mode 100644 gdb/testsuite/gdb.fortran/pointers.f90 create mode 100755 gdb/testsuite/gdb.fortran/print_type.exp copy gdb/testsuite/{gdb.cp/exceptprint.cc => gdb.mi/mi-catch-cpp-exceptions.cc} (56%) create mode 100644 gdb/testsuite/gdb.mi/mi-catch-cpp-exceptions.exp