From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14034 invoked by alias); 17 Jul 2009 14:56:31 -0000 Received: (qmail 14024 invoked by uid 22791); 17 Jul 2009 14:56:30 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from imr2.ericy.com (HELO imr2.ericy.com) (198.24.6.3) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 17 Jul 2009 14:56:16 +0000 Received: from eusrcmw750.eamcs.ericsson.se (eusrcmw750.exu.ericsson.se [138.85.77.50]) by imr2.ericy.com (8.13.1/8.13.1) with ESMTP id n6HEuD9J031731; Fri, 17 Jul 2009 09:56:13 -0500 Received: from ecamlmw720.eamcs.ericsson.se ([142.133.1.72]) by eusrcmw750.eamcs.ericsson.se with Microsoft SMTPSVC(6.0.3790.1830); Fri, 17 Jul 2009 09:55:06 -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: Reverse debugging Date: Fri, 17 Jul 2009 14:56:00 -0000 Message-ID: <6D19CA8D71C89C43A057926FE0D4ADAA07BD75A2@ecamlmw720.eamcs.ericsson.se> In-Reply-To: <20090717142516.GA29249@caradoc.them.org> References: <19035.54231.157231.624882@totara.tehura.co.nz> <4A5BD5F3.1090103@vmware.com> <19035.57129.173542.368393@totara.tehura.co.nz> <4A5CC0E1.7020800@vmware.com> <19037.16041.589932.535743@totara.tehura.co.nz> <6D19CA8D71C89C43A057926FE0D4ADAA07BD6DD6@ecamlmw720.eamcs.ericsson.se> <19039.58589.853319.841012@totara.tehura.co.nz> <6D19CA8D71C89C43A057926FE0D4ADAA07BD7500@ecamlmw720.eamcs.ericsson.se> <20090717142516.GA29249@caradoc.them.org> From: "Marc Khouzam" To: "Daniel Jacobowitz" Cc: "Nick Roberts" , "Hui Zhu" , , "Michael Snyder" 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-07/txt/msg00117.txt.bz2 > -----Original Message----- > From: Daniel Jacobowitz [mailto:drow@false.org]=20 > Sent: July-17-09 10:25 AM > To: Marc Khouzam > Cc: Nick Roberts; Hui Zhu; gdb@sources.redhat.com; Michael Snyder > Subject: Re: Reverse debugging >=20 > On Fri, Jul 17, 2009 at 10:12:00AM -0400, Marc Khouzam wrote: > > I noticed that the previous CDT GDB integration has its console > > considered > > a tty. It may be worth looking into the difference... when=20 > time allows > > it :-) >=20 > Wasn't someone just talking on cdt-dev about trouble with whether DSF > used Spawner or not? That'd do it. Thanks for the pointer, I'll have to look into it. =20 > > So you start GDB in CLI mode? > > My idea was that if gdb is started with '-interpreter mi', we could > > assume it is a frontend that started it and not use queries. >=20 > How about checking the current interpreter in query, instead? That would be for the current command only? That is a better solution. However, 'record' et al. don't have=20 MI equivalents. But I could use '-interpreter-exec console record' if that would make your suggestion work. Marc