From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24800 invoked by alias); 8 Dec 2004 16:53:38 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 24743 invoked from network); 8 Dec 2004 16:53:30 -0000 Received: from unknown (HELO lakermmtao08.cox.net) (68.230.240.31) by sourceware.org with SMTP; 8 Dec 2004 16:53:30 -0000 Received: from white ([68.9.64.121]) by lakermmtao08.cox.net (InterMail vM.6.01.04.00 201-2131-117-20041022) with ESMTP id <20041208165329.TCMQ28664.lakermmtao08.cox.net@white>; Wed, 8 Dec 2004 11:53:29 -0500 Received: from bob by white with local (Exim 3.35 #1 (Debian)) id 1Cc54B-0003gc-00; Wed, 08 Dec 2004 11:53:27 -0500 Date: Wed, 08 Dec 2004 16:53:00 -0000 From: Bob Rossi To: Konstantin Karganov Cc: Eli Zaretskii , gdb@sources.redhat.com Subject: Re: complete GDB MI specification Message-ID: <20041208165327.GA13964@white> Mail-Followup-To: Konstantin Karganov , Eli Zaretskii , gdb@sources.redhat.com References: <3616850089.20041129165854@ispras.ru> <41AB43C8.7050500@gnu.org> <13730878711.20041129205245@ispras.ru> <18220744048.20041206192130@ispras.ru> <01c4dbd6$Blat.v2.2.2$0b225460@zahav.net.il> <429477215.20041207214436@ispras.ru> <01c4dc95$Blat.v2.2.2$0f2f1c40@zahav.net.il> <9825395456.20041208194459@ispras.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <9825395456.20041208194459@ispras.ru> User-Agent: Mutt/1.3.28i X-SW-Source: 2004-12/txt/msg00055.txt.bz2 > One more question about this parser as a part of GDB - does it exist > and will be available or it's still a far distant project? Well, this was something I want to do. I just will not have time for a few months. I do already have the grammar to yacc that will generate a parser. I also have a sample main that will parse a single MI output command. The problem is, it's untested and it is not integrated into the testsuite. If you want to work on such a project, I could start you out with what I have so far. If you want to wait, eventually I should have something. I already have a small goal of getting this in for 7.0, since that's the version I hope to get my personal project integrated with GDB. Thanks, Bob Rossi