dsp563xx_add_custom_watchpoint() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDdsp563xx_add_custom_watchpoint()

dsp563xx_add_custom_watchpoint() function

Syntax

static int dsp563xx_add_custom_watchpoint(struct target *target,     uint32_t address,     uint32_t mem_type,     enum watchpoint_rw rw,     enum watchpoint_condition cond);

Arguments

target

address

mem_type

rw

cond

References

LocationReferrerText
dsp563xx.c:1877
static int dsp563xx_add_custom_watchpoint(struct target *target, uint32_t address, uint32_t mem_type,
dsp563xx.c:2062dsp563xx_add_watchpoint_command()
err = dsp563xx_add_custom_watchpoint(target, address, mem_type, rw, cond);
dsp563xx.c:2073dsp563xx_add_breakpoint()
return dsp563xx_add_custom_watchpoint(target, breakpoint->address, MEM_P, WPT_READ, EQUAL);

Call Tree

Functions calling dsp563xx_add_custom_watchpoint()
Functions called by dsp563xx_add_custom_watchpoint()
dsp563xx_add_custom_watchpoint()
Data read by dsp563xx_add_custom_watchpoint()
Data written by dsp563xx_add_custom_watchpoint()
dsp563xx_add_custom_watchpoint()
dsp563xx_add_custom_watchpoint()::err
dsp563xx_add_custom_watchpoint()::was_running
dsp563xx_add_custom_watchpoint()::obcr_value
all items filtered out
Type of dsp563xx_add_custom_watchpoint()
dsp563xx_add_custom_watchpoint()
uint32_t
all items filtered out