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 929b5ad40f internal-error using '@' (repeat) operator on array of dynam [...] new 395507f62b (Ada) Add testcase for catch assert with condition new 4fa955b25e (Ada/MI) Add testcase for mi catch assert with condition new 56ecd069f0 (Ada) C++fy conditional string when catching exception. new bea298f954 (Ada) Add gdb-mi support for stopping at start of exception [...]
The 4 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/NEWS | 4 + gdb/ada-lang.c | 27 ++--- gdb/ada-lang.h | 4 +- gdb/doc/gdb.texinfo | 44 ++++++++ gdb/mi/mi-cmd-catch.c | 90 +++++++++++++--- gdb/mi/mi-cmds.c | 2 + gdb/mi/mi-cmds.h | 1 + gdb/testsuite/gdb.ada/catch_assert_if.exp | 86 ++++++++++++++++ gdb/testsuite/gdb.ada/catch_assert_if/bla.adb | 46 +++++++++ gdb/testsuite/gdb.ada/catch_assert_if/pck.ads | 19 ++++ gdb/testsuite/gdb.ada/mi_catch_assert.exp | 96 +++++++++++++++++ gdb/testsuite/gdb.ada/mi_catch_assert/bla.adb | 46 +++++++++ gdb/testsuite/gdb.ada/mi_catch_assert/pck.ads | 19 ++++ gdb/testsuite/gdb.ada/mi_catch_ex_hand.exp | 137 +++++++++++++++++++++++++ gdb/testsuite/gdb.ada/mi_catch_ex_hand/foo.adb | 33 ++++++ 15 files changed, 625 insertions(+), 29 deletions(-) create mode 100644 gdb/testsuite/gdb.ada/catch_assert_if.exp create mode 100644 gdb/testsuite/gdb.ada/catch_assert_if/bla.adb create mode 100644 gdb/testsuite/gdb.ada/catch_assert_if/pck.ads create mode 100644 gdb/testsuite/gdb.ada/mi_catch_assert.exp create mode 100644 gdb/testsuite/gdb.ada/mi_catch_assert/bla.adb create mode 100644 gdb/testsuite/gdb.ada/mi_catch_assert/pck.ads create mode 100644 gdb/testsuite/gdb.ada/mi_catch_ex_hand.exp create mode 100644 gdb/testsuite/gdb.ada/mi_catch_ex_hand/foo.adb