OSDN Git Service

* breakpoint.c (print_exception_catchpoint): Put 'exception' back to
authoraristovski <aristovski>
Thu, 5 Jun 2008 18:31:53 +0000 (18:31 +0000)
committeraristovski <aristovski>
Thu, 5 Jun 2008 18:31:53 +0000 (18:31 +0000)
'exception caught|thrown' message.

gdb/ChangeLog
gdb/breakpoint.c

index a9e209f..e8c30e6 100644 (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.
index cf2399d..808d062 100644 (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",