This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] delete a range of display numbers


Pedro Alves wrote:
On Friday 18 February 2011 17:39:28, Eli Zaretskii wrote:
From: Pedro Alves <pedro@codesourcery.com>
Date: Fri, 18 Feb 2011 16:49:46 +0000
Cc: gdb-patches@sourceware.org,
 Guillaume Leconte <guillaume.leconte@gmail.com>,
 Eli Zaretskii <eliz@gnu.org>

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.




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]