Delete all or specific breakpoints.
delete { all | ID,… }
ID |
The ID number of the breakpoint. The ID number is an unsigned integer greater than 0 and assigned to a breakpoint by the debugger. You can specify one or more ID numbers, separated by comma. |
This command deletes all breakpoints or the specified breakpoints.
The following example deletes the breakpoints with the IDs 1 and 4. Use a comma to separate breakpoint IDs.
(idb) delete 1,4
Copyright © 2001-2011, Intel Corporation. All rights reserved.