Add "language-option" to -list-features
authorJoel Brobecker <brobecker@adacore.com>
Thu, 14 Nov 2013 10:57:01 +0000 (14:57 +0400)
committerJoel Brobecker <brobecker@adacore.com>
Mon, 18 Nov 2013 11:34:53 +0000 (15:34 +0400)
commit422ad5c296aa6e03596684d6fb40ff10c66ca757
tree91425794bbcf0c1b22ee270ed262cc9fe2f637ac
parent0e7c43d8ec7f4f77cf06ce6e254f8f575d3a9aa2
Add "language-option" to -list-features

Following the addition of the --language optiton to all GDB/MI
commands,  I realized that there was no easy way for front-ends
to figure out whether this features is available or not. So I added
a "language-option" entry to -list-features.

gdb/ChangeLog:

        * mi/mi-main.c (mi_cmd_list_features): Add "language-options"
        to -list-features output.

gdb/doc/ChangeLog:

        * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
        "language-option" entry in the output of the "-list-features"
        command.
gdb/ChangeLog
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo
gdb/mi/mi-main.c
This page took 0.027406 seconds and 4 git commands to generate.