aboutsummaryrefslogtreecommitdiff
path: root/gdb/mi
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/mi
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/mi')
-rw-r--r--gdb/mi/mi-main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/mi/mi-main.c b/gdb/mi/mi-main.c
index f35206a..07f1dc1 100644
--- a/gdb/mi/mi-main.c
+++ b/gdb/mi/mi-main.c
@@ -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");