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

dsp563xx_resume() function

Syntax

static int dsp563xx_resume(struct target *target,     int current,     target_addr_t address,     int handle_breakpoints,     int debug_execution);

Arguments

target

current

address

handle_breakpoints

debug_execution

References

LocationReferrerText
dsp563xx.c:1117
static int dsp563xx_resume(struct target *target,
dsp563xx.c:1975dsp563xx_add_custom_watchpoint()
err = dsp563xx_resume(target, 1, 0x0, 0, 0);
dsp563xx.c:2259
.resume = dsp563xx_resume,