Found 69 other functions taking a
watchpoint
argument:
Add the @a watchpoint for @a target. This routine is a wrapper for target->type->add_watchpoint.
Remove the @a watchpoint for @a target. This routine is a wrapper for target->type->remove_watchpoint.
Find out the just hit @a watchpoint for @a target. This routine is a wrapper for target->type->hit_watchpoint.
Add a watchpoint to an ARM7/9 target. If there are no watchpoint units available, an error response is returned.
Remove a watchpoint from an ARM7/9 target. The watchpoint will be unset and the used watchpoint unit will be reopened.
Unset an existing watchpoint and clear the used watchpoint unit.
Sets a watchpoint for an ARM7/9 target in one of the watchpoint units. It is considered a bug to call this function when there are no available watchpoint units.
Unset an existing watchpoint and clear the used watchpoint unit.
Add a watchpoint to an Cortex-A target. If there are no watchpoint units available, an error response is returned.
Remove a watchpoint from an Cortex-A target. The watchpoint will be unset and the used watchpoint unit will be reopened.
Sets a watchpoint for an Cortex-A target in one of the watchpoint units. It is considered a bug to call this function when there are no available watchpoint units.
find out which watchpoint hits get exception address and compare the address to watchpoints