summaryrefslogtreecommitdiff
path: root/gdb/ada-lang.c
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2011-12-11 17:38:17 +0000
committerJoel Brobecker <brobecker@gnat.com>2011-12-11 17:38:17 +0000
commit45d382fa5675d8f335829cdbd27d91e000fc4cf5 (patch)
tree3ee6caf578bae9e8e70a875c9c58eb1c8b74e6be /gdb/ada-lang.c
parentc99d1531f509df313391c0dc658add9c38b42ad2 (diff)
downloadgdb-45d382fa5675d8f335829cdbd27d91e000fc4cf5.tar.gz
[Ada] improve message when cannot insert Ada exception catchpoint.
gdb/ChangeLog: * ada-lang.c (ada_exception_support_info_sniffer): Improve error message.
Diffstat (limited to 'gdb/ada-lang.c')
-rw-r--r--gdb/ada-lang.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ada-lang.c b/gdb/ada-lang.c
index 10cdaadd269..33d7253f577 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