<ex_catch_exception_unhandled>: It's "catch exception unhandled",
not "catch unhandled".
+2010-04-19 Pedro Alves <pedro@codesourcery.com>
+
+ * ada-lang.c (print_recreate_exception)
+ <ex_catch_exception_unhandled>: It's "catch exception unhandled",
+ not "catch unhandled".
+
2010-04-19 Pedro Alves <pedro@codesourcery.com>
PR breakpoints/8554.
break;
case ex_catch_exception_unhandled:
- fprintf_filtered (fp, "catch unhandled");
+ fprintf_filtered (fp, "catch exception unhandled");
break;
case ex_catch_assert: