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

target_step() function

Step the target. This routine is a wrapper for target->type->step.

Syntax

int target_step(struct target *target,     int current,     target_addr_t address,     int handle_breakpoints);
Implemented in target.c:1417

Arguments

target

current

address

handle_breakpoints

References

LocationReferrerText
target.c:1417
int target_step(struct target *target,
target.h:544
int target_step(struct target *target,
gdb_server.c:1743gdb_step_continue_packet()
retval = target_step(target, current, address, 0);
gdb_server.c:3188gdb_handle_vcont_packet()
retval = target_step(ct, current_pc, 0, 0);
gdb_server.c:3522gdb_fileio_response_packet()
retval = target_step(target, 1, 0x0, 0);
target.c:3353handle_step_command()
return target_step(target, current_pc, addr, 1);

Call Tree

Functions calling target_step()
Functions called by target_step()
target_step()
Data read by target_step()
Data written by target_step()
target_step()
target_step()::retval
all items filtered out