From: Aleksandar Ristovski Date: Thu, 5 Jun 2008 18:31:53 +0000 (+0000) Subject: * breakpoint.c (print_exception_catchpoint): Put 'exception' back to X-Git-Tag: msnyder-reverse-20080609-branchpoint~53 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c0b37c48d06454caf48d676a98ae74105d3b8558;p=thirdparty%2Fbinutils-gdb.git * breakpoint.c (print_exception_catchpoint): Put 'exception' back to 'exception caught|thrown' message. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a9e209f4695..e8c30e69bd1 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2008-06-05 Aleksandar Ristovski + + * breakpoint.c (print_exception_catchpoint): Put 'exception' back to + 'exception caught|thrown' message. + 2008-06-05 Jan Kratochvil * Makefile.in: Update dependencies. diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c index cf2399d9b86..808d06262cb 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",