forked from Imagelibrary/binutils-gdb
* ada-lang.c (print_recreate_exception)
<ex_catch_exception_unhandled>: It's "catch exception unhandled", not "catch unhandled".
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
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>
|
2010-04-19 Pedro Alves <pedro@codesourcery.com>
|
||||||
|
|
||||||
PR breakpoints/8554.
|
PR breakpoints/8554.
|
||||||
|
|||||||
@@ -10364,7 +10364,7 @@ print_recreate_exception (enum exception_catchpoint_kind ex,
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case ex_catch_exception_unhandled:
|
case ex_catch_exception_unhandled:
|
||||||
fprintf_filtered (fp, "catch unhandled");
|
fprintf_filtered (fp, "catch exception unhandled");
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case ex_catch_assert:
|
case ex_catch_assert:
|
||||||
|
|||||||
Reference in New Issue
Block a user