diff options
author | Aleksandar Ristovski <aristovski@qnx.com> | 2008-06-05 18:31:53 +0000 |
---|---|---|
committer | Aleksandar Ristovski <aristovski@qnx.com> | 2008-06-05 18:31:53 +0000 |
commit | c0b37c48d06454caf48d676a98ae74105d3b8558 (patch) | |
tree | 7da4f4d9485d0afb5a65af434ce8828af59f0c2a /gdb/ChangeLog | |
parent | 1e3a102abae6b1ee0e07f548d83cfc21dbb77946 (diff) | |
download | gdb-c0b37c48d06454caf48d676a98ae74105d3b8558.zip gdb-c0b37c48d06454caf48d676a98ae74105d3b8558.tar.gz gdb-c0b37c48d06454caf48d676a98ae74105d3b8558.tar.bz2 |
* breakpoint.c (print_exception_catchpoint): Put 'exception' back to
'exception caught|thrown' message.
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 a9e209f..e8c30e6 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2008-06-05 Aleksandar Ristovski <aristovski@qnx.com> + + * breakpoint.c (print_exception_catchpoint): Put 'exception' back to + 'exception caught|thrown' message. + 2008-06-05 Jan Kratochvil <jan.kratochvil@redhat.com> * Makefile.in: Update dependencies. |