diff options
author | Joel Brobecker <brobecker@adacore.com> | 2013-12-03 08:58:47 +0400 |
---|---|---|
committer | Joel Brobecker <brobecker@adacore.com> | 2013-12-03 14:20:18 +0400 |
commit | 4e35e8085e8922746e0731a7005452de499620fa (patch) | |
tree | 1ab9f1dd9bae66c6215249abfa828a3a227b6ace /gdb | |
parent | 00f412ee52ff042dd349118443ef289175669b7d (diff) | |
download | gdb-4e35e8085e8922746e0731a7005452de499620fa.zip gdb-4e35e8085e8922746e0731a7005452de499620fa.tar.gz gdb-4e35e8085e8922746e0731a7005452de499620fa.tar.bz2 |
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.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/NEWS | 2 |
2 files changed, 7 insertions, 0 deletions
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 <brobecker@adacore.com> + + * NEWS: Mention "-list-features" in the entry documenting + the support for the "--language" option. + 2013-12-03 Tom Tromey <tromey@redhat.com> Jan Kratochvil <jan.kratochvil@redhat.com> Doug Evans <dje@google.com> @@ -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. |