mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-02 04:27:46 +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:
@ -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:
|
||||
|
Reference in New Issue
Block a user