mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-30 12:44:10 +08:00
* ada-lang.c (print_recreate_exception)
<ex_catch_exception_unhandled>: It's "catch exception unhandled", not "catch unhandled".
This commit is contained in:
parent
c481e77ec5
commit
78076abca5
@ -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>
|
||||
|
||||
PR breakpoints/8554.
|
||||
|
@ -10364,7 +10364,7 @@ print_recreate_exception (enum exception_catchpoint_kind ex,
|
||||
break;
|
||||
|
||||
case ex_catch_exception_unhandled:
|
||||
fprintf_filtered (fp, "catch unhandled");
|
||||
fprintf_filtered (fp, "catch exception unhandled");
|
||||
break;
|
||||
|
||||
case ex_catch_assert:
|
||||
|
Loading…
Reference in New Issue
Block a user