[Ada] improve message when cannot insert Ada exception catchpoint.

gdb/ChangeLog:

        * ada-lang.c (ada_exception_support_info_sniffer): Improve
        error message.
This commit is contained in:
Joel Brobecker 2011-12-11 17:38:17 +00:00
parent 3eecfa5559
commit 7dda8cff78
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2011-12-11 Joel Brobecker <brobecker@adacore.com>
* ada-lang.c (ada_exception_support_info_sniffer): Improve
error message.
2011-12-11 Joel Brobecker <brobecker@adacore.com>
* ada-lang.c (struct ada_inferior_data) [exception_info]:

View File

@ -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