From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22850 invoked by alias); 24 Aug 2004 19:19:39 -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 22828 invoked from network); 24 Aug 2004 19:19:35 -0000 Received: from unknown (HELO lakermmtao12.cox.net) (68.230.240.27) by sourceware.org with SMTP; 24 Aug 2004 19:19:35 -0000 Received: from white ([68.9.64.121]) by lakermmtao12.cox.net (InterMail vM.6.01.03.02.01 201-2131-111-104-103-20040709) with ESMTP id <20040824191932.MLPN10626.lakermmtao12.cox.net@white> for ; Tue, 24 Aug 2004 15:19:32 -0400 Received: from bob by white with local (Exim 3.35 #1 (Debian)) id 1BzgpP-0004e4-00 for ; Tue, 24 Aug 2004 15:19:31 -0400 Date: Tue, 24 Aug 2004 19:19:00 -0000 From: Bob Rossi To: gdb-patches@sources.redhat.com Subject: GDB/MI Output syntax Message-ID: <20040824191931.GC17542@white> Mail-Followup-To: gdb-patches@sources.redhat.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.28i X-SW-Source: 2004-08/txt/msg00659.txt.bz2 Hi, Below is a patch that adds a much needed newline into the out-of-band-record. This makes the grammar match the output of GDB and was hinted to that it was just a typo to not have it there. Permission to apply? Thanks, Bob Rossi Index: gdb.texinfo =================================================================== RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v retrieving revision 1.212 diff -w -u -r1.212 gdb.texinfo --- gdb.texinfo 30 Jul 2004 19:23:54 -0000 1.212 +++ gdb.texinfo 24 Aug 2004 19:17:49 -0000 @@ -14674,7 +14674,7 @@ @code{ [ @var{token} ] "^" @var{result-class} ( "," @var{result} )* @var{nl}} @item @var{out-of-band-record} @expansion{} -@code{@var{async-record} | @var{stream-record}} +@code{( @var{async-record} | @var{stream-record} ) @var{nl}} @item @var{async-record} @expansion{} @code{@var{exec-async-output} | @var{status-async-output} | @var{notify-async-output}}