diff options
author | Joel Brobecker <brobecker@adacore.com> | 2013-12-10 12:51:38 +0100 |
---|---|---|
committer | Joel Brobecker <brobecker@adacore.com> | 2013-12-12 16:54:48 +0100 |
commit | 9b26f0fbe495c9a69ed48f54dcb040bdfb5a1f36 (patch) | |
tree | 61d33a394421acf19fe2cbe8b8ef212e750e93da /gdb/doc | |
parent | 58e7ebacdd97c858834c07c7dce098aeacd500fb (diff) | |
download | gdb-9b26f0fbe495c9a69ed48f54dcb040bdfb5a1f36.zip gdb-9b26f0fbe495c9a69ed48f54dcb040bdfb5a1f36.tar.gz gdb-9b26f0fbe495c9a69ed48f54dcb040bdfb5a1f36.tar.bz2 |
Add @cindex for section documenting the -list-features GDB/MI command.
gdb/doc/ChangeLog:
* gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
entry for section docuumenting the -list-features GDB/MI command.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index c6bdfdb..d1f969c 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2013-12-12 Joel Brobecker <brobecker@adacore.com> + + * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex + entry for section docuumenting the -list-features GDB/MI command. + 2013-12-10 Joel Brobecker <brobecker@adacore.com> * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 7dfa9f6..d7c90f5 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -35208,6 +35208,7 @@ to the debugger: @subheading The @code{-list-features} Command @findex -list-features +@cindex supported @sc{gdb/mi} features, list Returns a list of particular features of the MI protocol that this version of gdb implements. A feature can be a command, |