Found 86 other functions taking a
breakpoint
argument:
Add the @a breakpoint for @a target. This routine is a wrapper for target->type->add_breakpoint.
Add the @a ContextID breakpoint for @a target. This routine is a wrapper for target->type->add_context_breakpoint.
Add the @a ContextID & IVA breakpoint for @a target. This routine is a wrapper for target->type->add_hybrid_breakpoint.
Remove the @a breakpoint for @a target. This routine is a wrapper for target->type->remove_breakpoint.
Add a breakpoint to an ARM7/9 target. This makes sure that there are no dangling breakpoints and that the desired breakpoint can be added.
Removes a breakpoint from an ARM7/9 target. This will make sure there are no dangling breakpoints and updates available watchpoints if it is a hardware breakpoint.
Set either a hardware or software breakpoint on an ARM7/9 target. The breakpoint is set up even if it is already set. Some actions, e.g. reset, might have erased the values in Embedded ICE.
Unsets an existing breakpoint on an ARM7/9 target. If it is a hardware breakpoint, the watchpoint used will be freed and the Embedded ICE registers will be updated. Otherwise, the software breakpoint will be restored to its original instruction if it hasn't already been modified.
Assign a watchpoint to one of the two available hardware comparators in an ARM7 or ARM9 target.