delete (idb mode only)

Delete all or specific breakpoints.

Syntax

delete { all | ID,… }

Parameters

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.

Description

This command deletes all breakpoints or the specified breakpoints.

Example

The following example deletes the breakpoints with the IDs 1 and 4. Use a comma to separate breakpoint IDs.

(idb) delete 1,4

See Also


Submit feedback on this help topic

Copyright © 2001-2011, Intel Corporation. All rights reserved.