cortex_a_unset_watchpoint() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDcortex_a_unset_watchpoint()

cortex_a_unset_watchpoint() function

Unset an existing watchpoint and clear the used watchpoint unit.

Syntax

static int cortex_a_unset_watchpoint(struct target *target,     struct watchpoint *watchpoint);

Arguments

target

Pointer to the target to have the watchpoint removed

watchpoint

Pointer to the watchpoint to be removed

Return value

Error status while trying to unset the watchpoint or the result of executing the JTAG queue

References

LocationReferrerText
cortex_a.c:1799
static int cortex_a_unset_watchpoint(struct target *target, struct watchpoint *watchpoint)
cortex_a.c:1875cortex_a_remove_watchpoint()
cortex_a_unset_watchpoint(target, watchpoint);

Call Tree

Functions calling cortex_a_unset_watchpoint()
Functions called by cortex_a_unset_watchpoint()
all items filtered out
cortex_a_unset_watchpoint()
Data read by cortex_a_unset_watchpoint()
Data written by cortex_a_unset_watchpoint()
cortex_a_unset_watchpoint()
cortex_a_unset_watchpoint()::retval
all items filtered out
Type of cortex_a_unset_watchpoint()
cortex_a_unset_watchpoint()