The address range is specified by the address and length arguments.
-r (read), -w (write) and -x (execute) specify the type of breakpoint that should be removed in the given address range. Default is execute.
id is the ID number of the breakpoint to remove. The -all flag removes all breakpoints of the specified access type within the specified address range. Default access type is execute.
Use list-breakpoints
to list the IDs of breakpoints.