From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12704 invoked by alias); 8 Sep 2007 07:24:58 -0000 Received: (qmail 12693 invoked by uid 22791); 8 Sep 2007 07:24:57 -0000 X-Spam-Check-By: sourceware.org Received: from romy.inter.net.il (HELO romy.inter.net.il) (213.8.233.24) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 08 Sep 2007 07:24:52 +0000 Received: from HOME-C4E4A596F7 (IGLD-80-230-141-251.inter.net.il [80.230.141.251]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id IVM64612 (AUTH halo1); Sat, 8 Sep 2007 10:24:39 +0300 (IDT) Date: Sat, 08 Sep 2007 07:24:00 -0000 Message-Id: From: Eli Zaretskii To: Vladimir Prus CC: drow@false.org, gdb-patches@sources.redhat.com In-reply-to: <200709080026.01470.ghost@cs.msu.su> (message from Vladimir Prus on Sat, 8 Sep 2007 00:26:00 +0400) Subject: Re: [mi] -list-features Reply-to: Eli Zaretskii References: <200708311300.36546.ghost@cs.msu.su> <200709080026.01470.ghost@cs.msu.su> X-IsSubscribed: yes 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 X-SW-Source: 2007-09/txt/msg00104.txt.bz2 > From: Vladimir Prus > Date: Sat, 8 Sep 2007 00:26:00 +0400 > Cc: drow@false.org, > gdb-patches@sources.redhat.com > > Here's the updated patch, including texinfo docs. OK? Yes. > +Returns a list of particular features of the MI protocol that > +this version of gdb implements. A feature can be a command, ^^^ Please use @value{GDBN} here. Sorry if this was in the original patch and I didn't pay attention. Btw, I think this new feature is NEWS-worthy. Thanks.