diff options
author | Joel Brobecker <brobecker@gnat.com> | 2013-10-11 14:06:40 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2013-10-11 14:06:40 +0000 |
commit | ce13fade5d75ba046c16a96f7dea53e055cc773c (patch) | |
tree | 09801aadc9671f119ff62e5d76fd103c107918a6 /gdb/ChangeLog | |
parent | 405559254a43be1b9f847910a5abf560d992aa58 (diff) | |
download | gdb-ce13fade5d75ba046c16a96f7dea53e055cc773c.zip gdb-ce13fade5d75ba046c16a96f7dea53e055cc773c.tar.gz gdb-ce13fade5d75ba046c16a96f7dea53e055cc773c.tar.bz2 |
ChangeLog entries for the previous commit.
git-related mistake (added the files to the index, but forgot to
commit --amend them before pushing the commit)
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b8f01c2..a600e15 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2013-10-11 Joel Brobecker <brobecker@adacore.com> + * NEWS: Add entry documenting the new "-catch-assert" and + "-catch-exception" GDB/MI commands. + +2013-10-11 Joel Brobecker <brobecker@adacore.com> + * breakpoint.h (init_ada_exception_breakpoint): Add parameter "enabled". * breakpoint.c (init_ada_exception_breakpoint): Add parameter |