diff options
author | Joel Brobecker <brobecker@gnat.com> | 2011-12-11 17:38:17 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2011-12-11 17:38:17 +0000 |
commit | 7dda8cff782adac3e98c3b16561c1213ec623f61 (patch) | |
tree | 88c1e5347c8a9e0aeddb41ee6578a4935155a0ea /gdb/ada-lang.c | |
parent | 3eecfa55590529fee48bee4d85d896e1105eb549 (diff) | |
download | gdb-7dda8cff782adac3e98c3b16561c1213ec623f61.zip gdb-7dda8cff782adac3e98c3b16561c1213ec623f61.tar.gz gdb-7dda8cff782adac3e98c3b16561c1213ec623f61.tar.bz2 |
[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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ada-lang.c b/gdb/ada-lang.c index 10cdaad..33d7253 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 |