* breakpoint.c (print_exception_catchpoint): Put 'exception' back to

'exception caught|thrown' message.
This commit is contained in:
Aleksandar Ristovski 2008-06-05 18:31:53 +00:00
parent 1e3a102aba
commit c0b37c48d0
2 changed files with 7 additions and 2 deletions

View File

@ -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.

View File

@ -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",