Remove "ada-exceptions" from -list-features output.
authorJoel Brobecker <brobecker@adacore.com>
Tue, 3 Dec 2013 04:35:13 +0000 (08:35 +0400)
committerJoel Brobecker <brobecker@adacore.com>
Tue, 3 Dec 2013 04:53:11 +0000 (08:53 +0400)
Now that the -info-gdb-mi-command is available, there is no need for
this entry. The entry and associated new commands were added recently
enough that no front-end out there should be depending on it yet.

gdb/ChangeLog:

        * mi/mi-main.c (mi_cmd_list_features): Remove "ada-exceptions".

gdb/doc/ChangeLog:

        * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
        documentation of the "ada-exceptions" entry.

gdb/ChangeLog
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo
gdb/mi/mi-main.c

index c37cf207a4dd4a7502ebb6820bf132f0b084330b..30e2a1bf185070743006fe890bd520ed0d59fac3 100644 (file)
@@ -1,3 +1,7 @@
+2013-12-03  Joel Brobecker  <brobecker@adacore.com>
+
+       * mi/mi-main.c (mi_cmd_list_features): Remove "ada-exceptions".
+
 2013-12-03  Joel Brobecker  <brobecker@adacore.com>
 
        * mi/mi-main.c: Remove trailing spaces throughout.
index fdb05c51ca394ab81992ae5321d610128230a6c7..4080bb957c10249e71db747e32ffcb149a121e5e 100644 (file)
@@ -1,3 +1,8 @@
+2013-12-03  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
+       documentation of the "ada-exceptions" entry.
+
 2013-12-03  Joel Brobecker  <brobecker@adacore.com>
 
        * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
index 75633c908a715ebb3fb3dbe64f099094c17d8883..2602427fb1961e49e7b01f964df61ff1f0089ffb 100644 (file)
@@ -35204,10 +35204,6 @@ Indicates that changes to breakpoints and breakpoints created via the
 CLI will be announced via async records.
 @item ada-task-info
 Indicates support for the @code{-ada-task-info} command.
-@item ada-exceptions
-Indicates support for the following commands, all of them related to Ada
-exceptions: @code{-info-ada-exceptions}, @code{-catch-assert} and
-@code{-catch-exception}.
 @item language-option
 Indicates that all @sc{gdb/mi} commands accept the @option{--language}
 option (@pxref{Context management}).
index f35206a37b9d96f0922c15b1720feee56e498b4a..07f1dc11f2e8a72c1698c40bfb7263ff1ae5353a 100644 (file)
@@ -1815,7 +1815,6 @@ mi_cmd_list_features (char *command, char **argv, int argc)
       ui_out_field_string (uiout, NULL, "data-read-memory-bytes");
       ui_out_field_string (uiout, NULL, "breakpoint-notifications");
       ui_out_field_string (uiout, NULL, "ada-task-info");
-      ui_out_field_string (uiout, NULL, "ada-exceptions");
       ui_out_field_string (uiout, NULL, "language-option");
       ui_out_field_string (uiout, NULL, "info-gdb-mi-command");
       ui_out_field_string (uiout, NULL, "undefined-command-error-code");