This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[RFA/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.

OK to commit?

Thank you,
-- 
Joel

---
 gdb/NEWS | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gdb/NEWS b/gdb/NEWS
index 51dc43a..72816a0 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -157,6 +157,8 @@ show code-cache
 * MI changes
 
   ** All MI commands now accept an optional "--language" option.
+     Support for this feature can be verfied 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.
-- 
1.8.1.2


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]