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

cortex_m_step() function

Syntax

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

Arguments

target

current

address

handle_breakpoints

References

LocationText
cortex_m.c:1477
static int cortex_m_step(struct target *target, int current,
cortex_m.c:3348
.step = cortex_m_step,

Call Tree

Implementations
cortex_m_step()
all items filtered out
Type of cortex_m_step()
cortex_m_step()