watchpoint_add_internal() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDwatchpoint_add_internal()

watchpoint_add_internal() function

Syntax

static int watchpoint_add_internal(struct target *target,     target_addr_t address,     unsigned int length,     enum watchpoint_rw rw,     uint32_t value,     uint32_t mask);

Arguments

target

address

length

rw

value

mask

References

LocationReferrerText
breakpoints.c:502
static int watchpoint_add_internal(struct target *target, target_addr_t address,
breakpoints.c:576watchpoint_add()
int retval = watchpoint_add_internal(curr, address, length, rw, value, mask);
breakpoints.c:583watchpoint_add()
return watchpoint_add_internal(target, address, length, rw, value,

Call Tree

Functions calling watchpoint_add_internal()
Functions called by watchpoint_add_internal()
all items filtered out
watchpoint_add_internal()
calloc()
free()
all items filtered out
Data read by watchpoint_add_internal()
Data written by watchpoint_add_internal()
watchpoint_add_internal()
watchpoint_add_internal()::watchpoint
watchpoint_add_internal()::watchpoint_p
watchpoint_add_internal()::retval
watchpoint_add_internal()::reason
all items filtered out
Type of watchpoint_add_internal()
watchpoint_add_internal()
all items filtered out
Types freed by watchpoint_add_internal()
Types allocated by watchpoint_add_internal()
all items filtered out
watchpoint_add_internal()
all items filtered out