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 219d1afa89 Update year range in copyright notice of binutils files new 9f757bf7fc (Ada) New command to stop at start of exception handler.
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: gdb/ChangeLog | 34 ++++ gdb/NEWS | 3 + gdb/ada-lang.c | 197 +++++++++++++++++++-- gdb/ada-lang.h | 3 +- gdb/doc/ChangeLog | 5 + gdb/doc/gdb.texinfo | 20 +++ gdb/testsuite/ChangeLog | 6 + gdb/testsuite/gdb.ada/excep_handle.exp | 171 ++++++++++++++++++ gdb/testsuite/gdb.ada/excep_handle/foo.adb | 103 +++++++++++ .../gdb.ada/{bp_reset => excep_handle}/pck.ads | 5 +- 10 files changed, 531 insertions(+), 16 deletions(-) create mode 100644 gdb/testsuite/gdb.ada/excep_handle.exp create mode 100644 gdb/testsuite/gdb.ada/excep_handle/foo.adb copy gdb/testsuite/gdb.ada/{bp_reset => excep_handle}/pck.ads (86%)