aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@adacore.com>2013-12-03 08:35:13 +0400
committerJoel Brobecker <brobecker@adacore.com>2013-12-03 08:53:11 +0400
commit688981c916d18c0f6000f54a4116ddb6b93b799a (patch)
treee97f7e2923870f86c5486663b6ac1038cb84ed6d /gdb/doc
parentc1244769ebfede7071b96eb0c9d212f33a4e7a84 (diff)
downloadgdb-688981c916d18c0f6000f54a4116ddb6b93b799a.zip
gdb-688981c916d18c0f6000f54a4116ddb6b93b799a.tar.gz
gdb-688981c916d18c0f6000f54a4116ddb6b93b799a.tar.bz2
Remove "ada-exceptions" from -list-features output.
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.
Diffstat (limited to 'gdb/doc')
-rw-r--r--gdb/doc/ChangeLog5
-rw-r--r--gdb/doc/gdb.texinfo4
2 files changed, 5 insertions, 4 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index fdb05c5..4080bb9 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,5 +1,10 @@
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
"^error" result record concerning the error message. Document
the error code that may also be part of that result record.
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 75633c9..2602427 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -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}).