From: Joel Brobecker Date: Tue, 3 Dec 2013 04:58:47 +0000 (+0400) Subject: NEWS: Extend documentation of the new GDB/MI --language option. X-Git-Tag: gdb-7.7-release~293 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4e35e8085e8922746e0731a7005452de499620fa;p=platform%2Fupstream%2Fbinutils.git NEWS: Extend documentation of the new GDB/MI --language option. This patch extends a bit the news entry we added which documents general support of the --language option, to add a small reference to the associated entry which was also added to the "-list-features" command output. gdb/ChangeLog: * NEWS: Mention "-list-features" in the entry documenting the support for the "--language" option. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index bfad84c..a7eb64d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2013-12-03 Joel Brobecker + + * NEWS: Mention "-list-features" in the entry documenting + the support for the "--language" option. + 2013-12-03 Tom Tromey Jan Kratochvil Doug Evans diff --git a/gdb/NEWS b/gdb/NEWS index 0505a28..a8ae8c7 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -160,6 +160,8 @@ show code-cache * MI changes ** All MI commands now accept an optional "--language" option. + Support for this feature can be verified by using the "-list-features" + command, which should contain "language-option". ** The new command -info-gdb-mi-command allows the user to determine whether a GDB/MI command is supported or not.