From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12605 invoked by alias); 16 Sep 2009 13:25:44 -0000 Received: (qmail 12594 invoked by uid 22791); 16 Sep 2009 13:25:42 -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 mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 16 Sep 2009 13:25:37 +0000 Received: (qmail 18056 invoked from network); 16 Sep 2009 13:25:35 -0000 Received: from unknown (HELO orlando) (pedro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 16 Sep 2009 13:25:35 -0000 From: Pedro Alves To: gdb-patches@sourceware.org Subject: Re: Another proposal for frontends and queries. Date: Wed, 16 Sep 2009 13:25:00 -0000 User-Agent: KMail/1.9.10 Cc: Hui Zhu , Marc Khouzam , Joel Brobecker , Michael Snyder References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200909161425.48262.pedro@codesourcery.com> 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/msg00509.txt.bz2 On Wednesday 16 September 2009 14:06:00, Hui Zhu wrote: > > Having that "[n]" seems of less value than getting PRecord to work with > > Frontends, no? > > I cannot agree with it. Please be clear on _why_ and _what_ you cannot agree with. The point we're making, is that from the user's perpective, this: foofooo? (y or n) Please answer y or n. foofooo? (y or n) n doesn't look any worse than: foofooo? (y or [n]) GDB uses 'query' (defaulting to yes), in other desctructive situations, such as the old: (gdb) quit The program is running. Quit anyway (and kill it)? (y or n) or the old: (gdb) run The program being debugged has been started already. Start it from the beginning? (y or n) How is precord different? We very seriously need a GDB HIG. -- Pedro Alves