From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24268 invoked by alias); 12 Feb 2008 21:37:34 -0000 Received: (qmail 24248 invoked by uid 22791); 12 Feb 2008 21:37:34 -0000 X-Spam-Check-By: sourceware.org Received: from hosts253.toyon.com (HELO smtp1.toyon.com) (65.160.147.253) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 12 Feb 2008 21:37:17 +0000 Received: from [172.16.1.36] (hosts253.toyon.com [65.160.147.253]) (authenticated bits=0) by smtp1.toyon.com (8.13.1/8.12.11) with ESMTP id m1CLfVTc000820 for ; Tue, 12 Feb 2008 13:41:31 -0800 Message-ID: <47B2118C.4060908@toyon.com> Date: Tue, 12 Feb 2008 21:37:00 -0000 From: Chris Stankevitz User-Agent: Thunderbird 2.0.0.6 (X11/20071022) MIME-Version: 1.0 To: gdb@sourceware.org Subject: Re: Delete all breakpoints with less typing References: <47B1F3B7.8040901@toyon.com> <1202845022.19253.94.camel@localhost.localdomain> In-Reply-To: <1202845022.19253.94.camel@localhost.localdomain> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2008-02/txt/msg00078.txt.bz2 Michael Snyder wrote: > The " b" is not necessary, since "delete" defaults to > "delete breakpoint". Now you're down to four keystrokes plus two. > > And "set confirm off" will assure gdb that you know > what you want to do. Down to four keystrokes total. Thanks everyone, this is working great! Chris