From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20473 invoked by alias); 19 Mar 2005 10:34:56 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 20317 invoked from network); 19 Mar 2005 10:34:48 -0000 Received: from unknown (HELO romy.inter.net.il) (192.114.186.66) by sourceware.org with SMTP; 19 Mar 2005 10:34:48 -0000 Received: from zaretski (IGLD-84-228-241-130.inter.net.il [84.228.241.130]) by romy.inter.net.il (MOS 3.5.6-GR) with ESMTP id ATZ67036 (AUTH halo1); Sat, 19 Mar 2005 12:33:49 +0200 (IST) Date: Sat, 19 Mar 2005 10:34:00 -0000 From: "Eli Zaretskii" To: Nick Roberts Message-ID: <01c52c6e$Blat.v2.4$e5ef0a00@zahav.net.il> Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=ISO-8859-1 CC: drow@false.org, glaw@level5networks.com, gdb-patches@sources.redhat.com In-reply-to: <16955.40459.99287.889091@farnswood.snap.net.nz> (message from Nick Roberts on Sat, 19 Mar 2005 16:35:39 +1300) Subject: Re: Machine interface Reply-to: Eli Zaretskii References: <423AFB39.6050705@level5networks.com> <20050318160536.GA31080@white> <20050318161126.GA27141@nevyn.them.org> <16955.40459.99287.889091@farnswood.snap.net.nz> X-SW-Source: 2005-03/txt/msg00253.txt.bz2 > From: Nick Roberts > Date: Sat, 19 Mar 2005 16:35:39 +1300 > Cc: Greg Law , > gdb-patches@sources.redhat.com > > > More specifically, Greg, I think you're missing the "-i=mi" option. > > Thats because its not mentioned in the GDB/MI section. How about the patch > below (includes typo correction)? Approved, with one correction: > ! @sc{gdb/mi} is a line based machine oriented text interface to > ! @value{GDBN} and is specified using the @option{--interpreter} command ^^^^^^^^^^^^^^^^^^ Please say "is activated by specifying the @option{--interpreter} command" instead. Thanks.