From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29866 invoked by alias); 14 Sep 2009 15:36:03 -0000 Received: (qmail 29857 invoked by uid 22791); 14 Sep 2009 15:36:02 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00,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; Mon, 14 Sep 2009 15:35:59 +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 n8EFZHgf005828; Mon, 14 Sep 2009 10:35:20 -0500 Received: from eusrcmw751.eamcs.ericsson.se ([138.85.77.56]) by eusrcmw751.eamcs.ericsson.se with Microsoft SMTPSVC(6.0.3790.3959); Mon, 14 Sep 2009 10:34:13 -0500 Received: from eusaamw0706.eamcs.ericsson.se ([147.117.20.31]) by eusrcmw751.eamcs.ericsson.se with Microsoft SMTPSVC(6.0.3790.3959); Mon, 14 Sep 2009 10:34:13 -0500 Received: from EUSAACMS0703.eamcs.ericsson.se ([169.254.1.20]) by eusaamw0706.eamcs.ericsson.se ([147.117.20.31]) with mapi; Mon, 14 Sep 2009 11:34:13 -0400 From: Marc Khouzam To: "'Joel Brobecker'" , "'Pedro Alves'" CC: "'gdb-patches@sourceware.org'" Date: Mon, 14 Sep 2009 15:36:00 -0000 Subject: RE: Another proposal for frontends and queries. Message-ID: References: <20090914140910.GD8327@adacore.com> <200909141548.53578.pedro@codesourcery.com> <20090914150843.GF8327@adacore.com> In-Reply-To: <20090914150843.GF8327@adacore.com> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-09/txt/msg00404.txt.bz2 =20 > -----Original Message----- > From: gdb-patches-owner@sourceware.org=20 > [mailto:gdb-patches-owner@sourceware.org] On Behalf Of Joel Brobecker > Sent: Monday, September 14, 2009 11:09 AM > To: Pedro Alves > Cc: gdb-patches@sourceware.org; Marc Khouzam > Subject: Re: Another proposal for frontends and queries. >=20 > > I think we should scrap out nquery from record.c, turning those to > > query's, 'error's or normal stops, appropriately. What=20 > would be missed? >=20 > I tend to agree. I reviewed the few calls to nquery, and it would > be more consistent with the rest of GDB if the default was 'y' > rather than 'n'. Thinking back, I posted a patch for that solution http://sourceware.org/ml/gdb/2009-07/msg00125.html but Hui was worried about tui http://sourceware.org/ml/gdb/2009-07/msg00132.html Maybe that is not such a problem?