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

cortex_m_resume() function

Syntax

static int cortex_m_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

LocationText
cortex_m.c:1449
static int cortex_m_resume(struct target *target, int current,
cortex_m.c:3347
.resume = cortex_m_resume,

Call Tree

Functions called by cortex_m_resume()
cortex_m_resume()
Data read by cortex_m_resume()
Data written by cortex_m_resume()
cortex_m_resume()
cortex_m_resume()::retval
all items filtered out
Implementations
cortex_m_resume()
all items filtered out