'exception caught|thrown' message.
+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.
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",