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

cortex_a_resume() function

Syntax

static int cortex_a_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
cortex_a.c:987
static int cortex_a_resume(struct target *target, int current,
cortex_a.c:1225cortex_a_step()
retval = cortex_a_resume(target, 1, address, 0, 0);
cortex_a.c:3433
.resume = cortex_a_resume,
cortex_a.c:3513
.resume = cortex_a_resume,

Call Tree