From 7dda8cff782adac3e98c3b16561c1213ec623f61 Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Sun, 11 Dec 2011 17:38:17 +0000 Subject: [PATCH] [Ada] improve message when cannot insert Ada exception catchpoint. gdb/ChangeLog: * ada-lang.c (ada_exception_support_info_sniffer): Improve error message. --- gdb/ChangeLog | 5 +++++ gdb/ada-lang.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 9089e210f4..28bc272b7b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2011-12-11 Joel Brobecker + + * ada-lang.c (ada_exception_support_info_sniffer): Improve + error message. + 2011-12-11 Joel Brobecker * ada-lang.c (struct ada_inferior_data) [exception_info]: diff --git a/gdb/ada-lang.c b/gdb/ada-lang.c index 10cdaadd26..33d7253f57 100644 --- a/gdb/ada-lang.c +++ b/gdb/ada-lang.c @@ -10750,7 +10750,7 @@ ada_exception_support_info_sniffer (void) out by the linker... In any case, at this point it is not worth supporting this feature. */ - error (_("Cannot insert catchpoints in this configuration.")); + error (_("Cannot insert Ada exception catchpoints in this configuration.")); } /* True iff FRAME is very likely to be that of a function that is