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 0826779b99 Fix printcmds.exp failure for wide strings tests. new b58a68fe57 Fix "info break" + "catch catch" + -static-{libstdc++,libgcc} new cb1e4e32c2 "catch catch/throw/rethrow", breakpoint -> catchpoint new a38118e5d1 Make "maint info breakpoints" show "catch catch/throw/rethro [...]
The 3 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/ChangeLog | 48 +++++ gdb/break-catch-throw.c | 33 +-- gdb/breakpoint.c | 231 +++++++++------------ gdb/breakpoint.h | 12 +- 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 +- 14 files changed, 333 insertions(+), 185 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