watchpoint_remove_all() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDwatchpoint_remove_all()

watchpoint_remove_all() function

Syntax

int watchpoint_remove_all(struct target *target);
Implemented in breakpoints.c:463

Arguments

target

References

LocationReferrerText
breakpoints.c:463
int watchpoint_remove_all(struct target *target)
breakpoints.h:77
int watchpoint_remove_all(struct target *target);
target.c:2195target_destroy()
watchpoint_remove_all(target);
target.c:4250handle_rwp_command()
retval = watchpoint_remove_all(target);

Call Tree

Functions calling watchpoint_remove_all()
Functions called by watchpoint_remove_all()
watchpoint_remove_all()
Data read by watchpoint_remove_all()
watchpoint_remove_all()