[Ada] improve message when cannot insert Ada exception catchpoint.
authorJoel Brobecker <brobecker@gnat.com>
Sun, 11 Dec 2011 17:38:17 +0000 (17:38 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Sun, 11 Dec 2011 17:38:17 +0000 (17:38 +0000)
gdb/ChangeLog:

        * ada-lang.c (ada_exception_support_info_sniffer): Improve
        error message.

gdb/ChangeLog
gdb/ada-lang.c

index 9089e210f4ae175ea0ba8748d603abd7ddbcf166..28bc272b7b223ba9290a9232a1a3dbe48b4916a7 100644 (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]:
index 10cdaadd269394c74a2424f08e7964d3faa63f5c..33d7253f577d81e56341e4af1ef2ce90df9eae2c 100644 (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
This page took 0.033396 seconds and 4 git commands to generate.