From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16741 invoked by alias); 12 Mar 2010 07:53:13 -0000 Received: (qmail 16732 invoked by uid 22791); 12 Mar 2010 07:53:12 -0000 X-SWARE-Spam-Status: No, hits=-1.5 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout22.012.net.il (HELO mtaout22.012.net.il) (80.179.55.172) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 12 Mar 2010 07:53:07 +0000 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0KZ500L00SGQWS00@a-mtaout22.012.net.il> for gdb-patches@sourceware.org; Fri, 12 Mar 2010 09:52:56 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.70.214.230]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KZ500HEJSK7O1A0@a-mtaout22.012.net.il>; Fri, 12 Mar 2010 09:52:56 +0200 (IST) Date: Fri, 12 Mar 2010 07:53:00 -0000 From: Eli Zaretskii Subject: Re: [2/2] RFC: let "commands" affect multiple breakpoints In-reply-to: To: Tom Tromey Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83pr3a0yea.fsf@gnu.org> References: <83bpew2i3y.fsf@gnu.org> 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-03/txt/msg00437.txt.bz2 > From: Tom Tromey > Cc: gdb-patches@sourceware.org > Date: Thu, 11 Mar 2010 13:50:03 -0700 > > >>>>> "Eli" == Eli Zaretskii writes: > > >> -@item commands @r{[}@var{bnum}@r{]} > >> +@item commands @r{[}@var{range}@dots{}@r{]} > >> @itemx @dots{} @var{command-list} @dots{} > >> @itemx end > >> -Specify a list of commands for breakpoint number @var{bnum}. The commands > >> +Specify a list of commands for the given breakpoints. The commands > >> themselves appear on the following lines. Type a line containing just > >> @code{end} to terminate the commands. > > Eli> You never say what is the valid syntax of RANGE. Do I understand > Eli> correctly that RANGE could be "12-34"? Can it also be "1 2 3 4", > Eli> i.e. a list of numbers? What about mixing those ("1-10 25 35")? > > Ranges are already described in the parent node, Breakpoints. You are right, sorry I didn't remember that. So the patch for the manual is ready to go in. Thanks.