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


On Friday 18 February 2011 17:54:01, Michael Snyder wrote:
> 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.

I need new glasses.  Thanks!

The help text could use an update though:

(gdb) help delete breakpoints 
Delete some breakpoints or auto-display expressions.
Arguments are breakpoint numbers with spaces in between.
To delete all breakpoints, give no argument.
This command may be abbreviated "delete".

-- 
Pedro Alves


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