From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7165 invoked by alias); 14 Apr 2010 14:29:32 -0000 Received: (qmail 7155 invoked by uid 22791); 14 Apr 2010 14:29:31 -0000 X-SWARE-Spam-Status: No, hits=-6.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 14 Apr 2010 14:29:26 +0000 Received: from int-mx03.intmail.prod.int.phx2.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.16]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o3EETP7P004774 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 14 Apr 2010 10:29:25 -0400 Received: from qcore.mollernet.net (vpn-10-12.rdu.redhat.com [10.11.10.12]) by int-mx03.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o3EETO1d029816; Wed, 14 Apr 2010 10:29:25 -0400 Message-ID: <4BC5D144.2080105@redhat.com> Date: Wed, 14 Apr 2010 14:29:00 -0000 From: Chris Moller User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1b3pre) Gecko/20090513 Fedora/3.0-2.3.beta2.fc11 Thunderbird/3.0b2 MIME-Version: 1.0 To: Phil Muldoon CC: gdb-patches@sourceware.org Subject: Re: A patch I'd like to propose. References: <4BC5AE1A.8050900@redhat.com> <4BC5CEF0.8080408@redhat.com> In-Reply-To: <4BC5CEF0.8080408@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: 2010-04/txt/msg00447.txt.bz2 On 04/14/10 10:19, Phil Muldoon wrote: > On 04/14/2010 12:59 PM, Chris Moller wrote: > >> Adds the command "quickquit," aliased to "qq," to cli/cli-cmds.c. It >> eliminates that annoying quit_confirm() when quitting gdb. >> > > 'set confirm off' works for me? Though this is not the default it > seems. Is this orthogonal to your request, or did you want an > explicit command to act regardless of confirm off/on? > I'm looking for something that always works without me having to make any special arrangement for it. I use a lot of bizarre environments in debugging and a lot of the time I've forgotten things like copying over my usual~/.gdbinit