From 78076abca50654310954a0f83c4d4c743740261b Mon Sep 17 00:00:00 2001 From: Pedro Alves Date: Mon, 19 Apr 2010 17:06:11 +0000 Subject: * ada-lang.c (print_recreate_exception) : It's "catch exception unhandled", not "catch unhandled". --- gdb/ChangeLog | 6 ++++++ gdb/ada-lang.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'gdb') diff --git a/gdb/ChangeLog b/gdb/ChangeLog index bb19764..39f0fbf 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ 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. Implement `save-breakpoints'. diff --git a/gdb/ada-lang.c b/gdb/ada-lang.c index bc9ca69..121a3d3 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: -- cgit v1.1