From: Pedro Alves Date: Mon, 19 Apr 2010 17:06:11 +0000 (+0000) Subject: * ada-lang.c (print_recreate_exception) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=78076abca50654310954a0f83c4d4c743740261b;p=binutils-gdb.git * ada-lang.c (print_recreate_exception) : It's "catch exception unhandled", not "catch unhandled". --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index bb197648dd1..39f0fbf7434 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2010-04-19 Pedro Alves + + * ada-lang.c (print_recreate_exception) + : It's "catch exception unhandled", + not "catch unhandled". + 2010-04-19 Pedro Alves PR breakpoints/8554. diff --git a/gdb/ada-lang.c b/gdb/ada-lang.c index bc9ca69e323..121a3d3eda5 100644 --- a/gdb/ada-lang.c +++ b/gdb/ada-lang.c @@ -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: