aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorAleksandar Ristovski <aristovski@qnx.com>2008-06-05 18:31:53 +0000
committerAleksandar Ristovski <aristovski@qnx.com>2008-06-05 18:31:53 +0000
commitc0b37c48d06454caf48d676a98ae74105d3b8558 (patch)
tree7da4f4d9485d0afb5a65af434ce8828af59f0c2a /gdb
parent1e3a102abae6b1ee0e07f548d83cfc21dbb77946 (diff)
downloadbinutils-c0b37c48d06454caf48d676a98ae74105d3b8558.zip
binutils-c0b37c48d06454caf48d676a98ae74105d3b8558.tar.gz
binutils-c0b37c48d06454caf48d676a98ae74105d3b8558.tar.bz2
* breakpoint.c (print_exception_catchpoint): Put 'exception' back to
'exception caught|thrown' message.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog5
-rw-r--r--gdb/breakpoint.c4
2 files changed, 7 insertions, 2 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.
diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c
index cf2399d..808d062 100644
--- a/gdb/breakpoint.c
+++ b/gdb/breakpoint.c
@@ -6511,8 +6511,8 @@ print_exception_catchpoint (struct breakpoint *b)
if (!ui_out_is_mi_like_p (uiout))
ui_out_field_int (uiout, "bkptno", b->number);
ui_out_text (uiout,
- bp_throw ? " (thrown), "
- : " (caught), ");
+ bp_throw ? " (exception thrown), "
+ : " (exception caught), ");
if (ui_out_is_mi_like_p (uiout))
{
ui_out_field_string (uiout, "reason",