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-arm-next-allyesconfig in repository toolchain/ci/binutils-gdb.
from 0826779b99 Fix printcmds.exp failure for wide strings tests. adds b58a68fe57 Fix "info break" + "catch catch" + -static-{libstdc++,libgcc} adds cb1e4e32c2 "catch catch/throw/rethrow", breakpoint -> catchpoint adds a38118e5d1 Make "maint info breakpoints" show "catch catch/throw/rethro [...] adds eb6ad40f24 Automatic date update in version.in adds e2d0f9803e Make bpstat_what::is_longjmp a bool
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- gdb/ChangeLog | 54 +++++ gdb/break-catch-throw.c | 33 +-- gdb/breakpoint.c | 233 +++++++++------------ gdb/breakpoint.h | 14 +- gdb/doc/ChangeLog | 6 + gdb/doc/gdb.texinfo | 18 +- gdb/python/py-breakpoint.c | 8 +- gdb/testsuite/ChangeLog | 17 ++ .../except-multi-location-lib.cc} | 12 +- .../except-multi-location-main.cc} | 21 +- gdb/testsuite/gdb.cp/except-multi-location.exp | 87 ++++++++ gdb/testsuite/gdb.cp/exception.exp | 18 +- gdb/testsuite/gdb.mi/mi-catch-cpp-exceptions.exp | 2 +- gdb/testsuite/gdb.python/py-breakpoint.exp | 5 +- 15 files changed, 342 insertions(+), 188 deletions(-) copy gdb/testsuite/{gdb.dwarf2/dw2-ranges-main.c => gdb.cp/except-multi-location-l [...] copy gdb/testsuite/{gdb.arch/riscv-unwind-long-insn.c => gdb.cp/except-multi-locat [...] create mode 100644 gdb/testsuite/gdb.cp/except-multi-location.exp