From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29392 invoked by alias); 16 Sep 2009 13:06:28 -0000 Received: (qmail 29345 invoked by uid 22791); 16 Sep 2009 13:06:27 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail-px0-f180.google.com (HELO mail-px0-f180.google.com) (209.85.216.180) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 16 Sep 2009 13:06:22 +0000 Received: by pxi10 with SMTP id 10so4372090pxi.24 for ; Wed, 16 Sep 2009 06:06:20 -0700 (PDT) MIME-Version: 1.0 Received: by 10.142.8.16 with SMTP id 16mr705701wfh.74.1253106380062; Wed, 16 Sep 2009 06:06:20 -0700 (PDT) In-Reply-To: References: <20090914140910.GD8327@adacore.com> <200909141548.53578.pedro@codesourcery.com> <20090914150843.GF8327@adacore.com> <20090915162601.GA26952@adacore.com> From: Hui Zhu Date: Wed, 16 Sep 2009 13:06:00 -0000 Message-ID: Subject: Re: Another proposal for frontends and queries. To: Marc Khouzam Cc: Joel Brobecker , "gdb-patches@sourceware.org" , Michael Snyder Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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/msg00507.txt.bz2 >> >> Sorry I didn't follow this thread very clear. >> >> We really need to do it? =A0I think add a switch (Like Marc did) or fix >> the nquery is better. > > I guess the question that has come up is: is it very important to use > nquery() in PReccord instead of query()? =A0If we simply use query() then > PRecord will work well with Eclipse (and maybe other frontends). > The user should be smart enough to understand what the query means and > should do just fine with ("y or n") instead of ("y or [n]") > > Having that "[n]" seems of less value than getting PRecord to work with > Frontends, no? I cannot agree with it. Thanks, Hui