From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1045 invoked by alias); 8 Dec 2004 17:45:44 -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 948 invoked from network); 8 Dec 2004 17:45:40 -0000 Received: from unknown (HELO pluton.ispras.ru) (83.149.199.253) by sourceware.org with SMTP; 8 Dec 2004 17:45:40 -0000 Received: (qmail 44160 invoked from network); 8 Dec 2004 17:44:48 -0000 Received: from unknown (HELO truba.ispras.ru) (83.149.198.41) by pluton.ispras.ru with SMTP; 8 Dec 2004 17:44:48 -0000 Received: from truba.ispras.ru (root@localhost) by truba.ispras.ru (8.13.1/8.13.1) with SMTP id iB8HfZAc018715 for ; Wed, 8 Dec 2004 20:41:35 +0300 Received: from ispserv.ispras.ru (ispserv [83.149.198.72]) by truba.ispras.ru (8.13.1/8.13.1) with ESMTP id iB8HfZPQ018705; Wed, 8 Dec 2004 20:41:35 +0300 Received: from kite.ispras.ru (kite.ispras.ru [83.149.198.52]) by ispserv.ispras.ru (8.12.8/8.12.8) with ESMTP id iB8HjDDA028789; Wed, 8 Dec 2004 20:45:13 +0300 Date: Wed, 08 Dec 2004 17:45:00 -0000 From: Konstantin Karganov Reply-To: Konstantin Karganov Organization: ISP RAS Message-ID: <13729177144.20041208204801@ispras.ru> To: Bob Rossi CC: gdb@sources.redhat.com Subject: Re[2]: complete GDB MI specification In-reply-To: <20041208165327.GA13964@white> 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> <20041208165327.GA13964@white> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SpamTest-Version: SMTP-Filter Version 2.0.0 [0125], KAS/Release SMTP-Filter Version 2.0.0 [0125], KAS/Release X-Spamtest-Info: Pass through X-SW-Source: 2004-12/txt/msg00057.txt.bz2 Hello Bob, > I just will not have time for a few months. > If you want to work on such a project, I could start you out with what I > have so far. It seems that I'll have to develop my own parser and refine the MI response semantics to build a debugger over it. Currently planning to use Boost Spirit parser generator. > the simplest solution would be to provide a second yacc parser And then a 3rd one to parse the 2nd, etc. Any volunteers? :) -- Best regards, Konstantin