From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15559 invoked by alias); 29 May 2009 15:30:39 -0000 Received: (qmail 15542 invoked by uid 22791); 29 May 2009 15:30:38 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_84,SPF_PASS X-Spam-Check-By: sourceware.org Received: from imr1.ericy.com (HELO imr1.ericy.com) (198.24.6.9) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 29 May 2009 15:30:33 +0000 Received: from eusrcmw751.eamcs.ericsson.se (eusrcmw751.exu.ericsson.se [138.85.77.51]) by imr1.ericy.com (8.13.1/8.13.1) with ESMTP id n4TFfXDD001327; Fri, 29 May 2009 10:41:35 -0500 Received: from ecamlmw720.eamcs.ericsson.se ([142.133.1.72]) by eusrcmw751.eamcs.ericsson.se with Microsoft SMTPSVC(6.0.3790.1830); Fri, 29 May 2009 10:30:00 -0500 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable Subject: RE: Re: GDB frontends, MI-speak and object notation Date: Fri, 29 May 2009 15:30:00 -0000 Message-ID: <6D19CA8D71C89C43A057926FE0D4ADAA078148D6@ecamlmw720.eamcs.ericsson.se> In-Reply-To: A<874ov4clf4.fsf@sphinx.net.ru> References: <87d49tv3z2.fsf@sphinx.net.ru> <6D19CA8D71C89C43A057926FE0D4ADAA077E6FF0@ecamlmw720.eamcs.ericsson.se> <200905281557.37805.andre.poenitz@nokia.com> A<874ov4clf4.fsf@sphinx.net.ru> From: "Marc Khouzam" To: "Dmitry Dzhus" , X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2009-05/txt/msg00189.txt.bz2 > >> I can point you to the java code of our parser if you'd like. >=20 > Please do. You can do an anonymous check out the CDT code using a pserver=20 connection from: proxy.eclipse.org:80 under /cvsroot/tools You should check out org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.dsf.gdb then look for the file MIParser.java and the other classes it uses. Enjoy :-) Marc