riscv_remove_watchpoint() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDriscv_remove_watchpoint()

riscv_remove_watchpoint() function

Syntax

int riscv_remove_watchpoint(struct target *target,     struct watchpoint *watchpoint);
Implemented in riscv.c:1001

Arguments

target

watchpoint

References

LocationReferrerText
riscv.c:1001
int riscv_remove_watchpoint(struct target *target,
riscv.h:352
int riscv_remove_watchpoint(struct target *target,
riscv-011.c:1425strict_step()
riscv_remove_watchpoint(target, watchpoint);
riscv.c:1347disable_triggers()
if (riscv_remove_watchpoint(target, watchpoint) != ERROR_OK)
riscv.c:3107
.remove_watchpoint = riscv_remove_watchpoint,

Call Tree

Functions calling riscv_remove_watchpoint()
Functions called by riscv_remove_watchpoint()
all items filtered out
riscv_remove_watchpoint()
Data read by riscv_remove_watchpoint()
Data written by riscv_remove_watchpoint()
riscv_remove_watchpoint()
all items filtered out
Implementations
riscv_remove_watchpoint()
all items filtered out
Type of riscv_remove_watchpoint()
riscv_remove_watchpoint()
all items filtered out