From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25213 invoked by alias); 18 Feb 2011 17:54:10 -0000 Received: (qmail 25204 invoked by uid 22791); 18 Feb 2011 17:54:09 -0000 X-SWARE-Spam-Status: No, hits=-4.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp-outbound-2.vmware.com (HELO smtp-outbound-2.vmware.com) (65.115.85.73) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 18 Feb 2011 17:54:03 +0000 Received: from mailhost3.vmware.com (mailhost3.vmware.com [10.16.27.45]) by smtp-outbound-2.vmware.com (Postfix) with ESMTP id A78DE44003; Fri, 18 Feb 2011 09:54:01 -0800 (PST) Received: from msnyder-server.eng.vmware.com (promd-2s-dhcp138.eng.vmware.com [10.20.124.138]) by mailhost3.vmware.com (Postfix) with ESMTP id 9AB57CD98C; Fri, 18 Feb 2011 09:54:01 -0800 (PST) Message-ID: <4D5EB239.7050508@vmware.com> Date: Fri, 18 Feb 2011 17:54:00 -0000 From: Michael Snyder User-Agent: Thunderbird 2.0.0.24 (X11/20101201) MIME-Version: 1.0 To: Pedro Alves CC: "gdb-patches@sourceware.org" , Eli Zaretskii , "tromey@redhat.com" , "guillaume.leconte@gmail.com" Subject: Re: [patch] delete a range of display numbers References: <201102181649.47097.pedro@codesourcery.com> <83hbc1utrj.fsf@gnu.org> <201102181752.02750.pedro@codesourcery.com> In-Reply-To: <201102181752.02750.pedro@codesourcery.com> Content-Type: text/plain; charset=ISO-8859-15; 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: 2011-02/txt/msg00484.txt.bz2 Pedro Alves wrote: > On Friday 18 February 2011 17:39:28, Eli Zaretskii wrote: >>> From: Pedro Alves >>> Date: Fri, 18 Feb 2011 16:49:46 +0000 >>> Cc: gdb-patches@sourceware.org, >>> Guillaume Leconte , >>> Eli Zaretskii >>> >>> Here's what I tested&applied. >> Thanks. I think we should document the range of numbers feature. > > Yeah. I'm looking through the manual to see where > is the fact that "delete breakpoints" accepts ranges > documented, and not finding it. I see that "thread apply" > documents it (candidate for get_number_or_range). > > "disable display" and "enable display" should get the > same treatment to accept ranges. > delete [breakpoints] [range...] Delete the breakpoints, watchpoints, or catchpoints of the breakpoint ranges specified as arguments. If no argument is specified, delete all breakpoints (gdb asks confirmation, unless you have set confirm off). You can abbreviate this command as d.