From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28759 invoked by alias); 16 Sep 2009 17:12:13 -0000 Received: (qmail 28750 invoked by uid 22791); 16 Sep 2009 17:12:12 -0000 X-SWARE-Spam-Status: No, hits=0.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_JMF_BL,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout5.012.net.il (HELO mtaout5.012.net.il) (84.95.2.13) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 16 Sep 2009 17:12:04 +0000 Received: from conversion-daemon.i_mtaout5.012.net.il by i_mtaout5.012.net.il (HyperSendmail v2004.12) id <0KQ200L00Q82NP00@i_mtaout5.012.net.il> for gdb-patches@sourceware.org; Wed, 16 Sep 2009 20:11:06 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.70.38.189]) by i_mtaout5.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0KQ200FINQEHH5H0@i_mtaout5.012.net.il>; Wed, 16 Sep 2009 20:11:06 +0300 (IDT) Date: Wed, 16 Sep 2009 17:12:00 -0000 From: Eli Zaretskii Subject: Re: Another proposal for frontends and queries. In-reply-to: <200909161425.48262.pedro@codesourcery.com> To: Pedro Alves Cc: gdb-patches@sourceware.org, teawater@gmail.com, marc.khouzam@ericsson.com, brobecker@adacore.com, msnyder@vmware.com Reply-to: Eli Zaretskii Message-id: <838wgeyfv6.fsf@gnu.org> References: <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/msg00520.txt.bz2 > From: Pedro Alves > Date: Wed, 16 Sep 2009 14:25:47 +0100 > Cc: Hui Zhu , Marc Khouzam , Joel Brobecker , Michael Snyder > > 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. I don't consider my self a HIG, but I agree with Pedro's reasoning.