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

adapter_step() function

Syntax

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

Arguments

target

current

address

handle_breakpoints

References

LocationText
hla_target.c:528
static int adapter_step(struct target *target, int current,
hla_target.c:659
.step = adapter_step,