GDB/MI: Document support for -exec-run --start in -list-features
authorJoel Brobecker <brobecker@adacore.com>
Tue, 3 Dec 2013 06:04:32 +0000 (10:04 +0400)
committerJoel Brobecker <brobecker@adacore.com>
Tue, 10 Dec 2013 11:12:14 +0000 (12:12 +0100)
commit72bfa06c56ec662b4262cc264f45462ccda6a5d6
tree9bcabf079ddb86d10644ec3e3218cbb8d8fba274
parent94481b8c8f63a2a956d18ac1e6d6134c5334cb24
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/ChangeLog
gdb/NEWS
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo
gdb/mi/mi-main.c
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.mi/mi-start.exp
This page took 0.027382 seconds and 4 git commands to generate.