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

arm_simulate_step() function

Syntax

int arm_simulate_step(struct target *target,     uint32_t *dry_run_pc);
Implemented in arm_simulator.c:695

Arguments

target

dry_run_pc

References

LocationReferrerText
arm_simulator.c:695
int arm_simulate_step(struct target *target, uint32_t *dry_run_pc)
arm_simulator.h:26
int arm_simulate_step(struct target *target, uint32_t *dry_run_pc);
arm11.c:629arm11_step()
retval = arm_simulate_step(target, &next_pc);
arm7_9_common.c:1742arm7_9_resume()
retval = arm_simulate_step(target, &next_pc);
arm7_9_common.c:1934arm7_9_step()
retval = arm_simulate_step(target, &next_pc);
xscale.c:1141xscale_resume()
arm_simulate_step(target, NULL);
xscale.c:1160xscale_resume()
retval = arm_simulate_step(target, &next_pc);
xscale.c:1292xscale_step_inner()
retval = arm_simulate_step(target, &next_pc);
xscale.c:1397xscale_step()
retval = arm_simulate_step(target, NULL);

Call Tree

Functions calling arm_simulate_step()
Functions called by arm_simulate_step()
arm_simulate_step()
Type of arm_simulate_step()
arm_simulate_step()
all items filtered out