cortex_m_restore_one() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDcortex_m_restore_one()

cortex_m_restore_one() function

Syntax

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

Arguments

target

current

address

handle_breakpoints

debug_execution

References

LocationReferrerText
cortex_m.c:1303
static int cortex_m_restore_one(struct target *target, bool current,
cortex_m.c:1435cortex_m_restore_smp()
int retval = cortex_m_restore_one(curr, true, &address,
cortex_m.c:1452cortex_m_resume()
int retval = cortex_m_restore_one(target, !!current, &address, !!handle_breakpoints, !!debug_execution);

Call Tree

Data read by cortex_m_restore_one()
Data written by cortex_m_restore_one()
cortex_m_restore_one()
cortex_m_restore_one()::breakpoint
cortex_m_restore_one()::resume_pc
cortex_m_restore_one()::r
cortex_m_restore_one()::retval
all items filtered out
Type of cortex_m_restore_one()
cortex_m_restore_one()
uint32_t
all items filtered out