watchpoint_add() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

watchpoint_add() function

Syntax

int watchpoint_add(struct target *target,     target_addr_t address,     unsigned int length,     enum watchpoint_rw rw,     uint64_t value,     uint64_t mask);
Implemented in breakpoints.c:568

Arguments

target

address

length

rw

value

mask

References

LocationReferrerText
breakpoints.c:568
int watchpoint_add(struct target *target, target_addr_t address,
breakpoints.h:73
int watchpoint_add(struct target *target,
esp_xtensa_smp.c:471esp_xtensa_smp_watchpoint_add()
res = watchpoint_add(curr, watchpoint->address, watchpoint->length,
gdb_server.c:1820gdb_breakpoint_watchpoint_packet()
retval = watchpoint_add(target, address, size, wp_type, 0, WATCHPOINT_IGNORE_DATA_VALUE_MASK);
target.c:4233handle_wp_command()
int retval = watchpoint_add(target, addr, length, type,

Call Tree

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