From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22173 invoked by alias); 3 Dec 2013 05:01:53 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 22159 invoked by uid 89); 3 Dec 2013 05:01:53 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.5 required=5.0 tests=AWL,BAYES_40,RDNS_NONE,SPF_PASS autolearn=no version=3.3.2 X-HELO: rock.gnat.com Received: from Unknown (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Tue, 03 Dec 2013 05:01:52 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 1D7411167E4 for ; Tue, 3 Dec 2013 00:02:22 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id USAlgrTa16hi for ; Tue, 3 Dec 2013 00:02:22 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id ABB321167FC for ; Tue, 3 Dec 2013 00:02:21 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 0132CE0833; Tue, 3 Dec 2013 09:01:40 +0400 (RET) From: Joel Brobecker To: gdb-patches@sourceware.org Subject: [RFA/NEWS] Extend documentation of the new GDB/MI --language option. Date: Tue, 03 Dec 2013 05:01:00 -0000 Message-Id: <1386046898-15674-1-git-send-email-brobecker@adacore.com> X-SW-Source: 2013-12/txt/msg00063.txt.bz2 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