From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21712 invoked by alias); 18 Feb 2011 17:52:20 -0000 Received: (qmail 21702 invoked by uid 22791); 18 Feb 2011 17:52:19 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 18 Feb 2011 17:52:10 +0000 Received: (qmail 6487 invoked from network); 18 Feb 2011 17:52:09 -0000 Received: from unknown (HELO scottsdale.localnet) (pedro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 18 Feb 2011 17:52:09 -0000 From: Pedro Alves To: gdb-patches@sourceware.org, Eli Zaretskii Subject: Re: [patch] delete a range of display numbers Date: Fri, 18 Feb 2011 17:54:00 -0000 User-Agent: KMail/1.13.5 (Linux/2.6.35-25-generic; KDE/4.6.0; x86_64; ; ) Cc: tromey@redhat.com, guillaume.leconte@gmail.com References: <201102181649.47097.pedro@codesourcery.com> <83hbc1utrj.fsf@gnu.org> In-Reply-To: <83hbc1utrj.fsf@gnu.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201102181752.02750.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: 2011-02/txt/msg00483.txt.bz2 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. -- Pedro Alves