From 72bfa06c56ec662b4262cc264f45462ccda6a5d6 Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Tue, 3 Dec 2013 10:04:32 +0400 Subject: GDB/MI: Document support for -exec-run --start in -list-features This adds "exec-run-start-option" in the output of the -list-features commands, allowing front-ends to easily determine whether -exec-run supports the --start option. gdb/ChangeLog: * mi/mi-main.c (mi_cmd_list_features): add "exec-run-start-option". * NEWS: Expand the entry documenting the new -exec-run --start option to mention the corresponding new entry in the output of "-list-features". gdb/doc/ChangeLog: * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new "exec-run-start-option" entry in the output of the "-list-features" command. gdb/testsuite/ChangeLog: * gdb.mi/mi-start.exp: Add test verifying that -list-features contains "exec-run-start-option". --- gdb/doc/ChangeLog | 6 ++++++ gdb/doc/gdb.texinfo | 3 +++ 2 files changed, 9 insertions(+) (limited to 'gdb/doc') diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 7a7ab1b..c6bdfdb 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,9 @@ +2013-12-10 Joel Brobecker + + * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new + "exec-run-start-option" entry in the output of the "-list-features" + command. + 2013-12-04 Eli Zaretskii * gdb.texinfo (i386): Fix yesterday's commit. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 87d5145..7dfa9f6 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -35261,6 +35261,9 @@ Indicates support for the @code{-info-gdb-mi-command} command. Indicates support for the "undefined-command" error code in error result records, produced when trying to execute an undefined @sc{gdb/mi} command (@pxref{GDB/MI Result Records}). +@item exec-run-start-option +Indicates that the @code{-exec-run} command supports the @option{--start} +option (@pxref{GDB/MI Program Execution}). @end table @subheading The @code{-list-target-features} Command -- cgit v1.1