riscv_info::on_step is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

riscv_info::on_step field

Syntax

int (*on_step)(struct target *target);

References

LocationReferrerScopeText
riscv.h:160
int (*on_step)(struct target *target);
riscv-013.c:2292riscv013_on_step()init_target()
generic_info->on_step = &riscv013_on_step;
riscv.c:3182riscv_step_rtos_hart()
r->on_step(target);

Call Tree

Functions calling riscv_info::on_step
all items filtered out
riscv_info::on_step
Functions writing riscv_info::on_step
all items filtered out
riscv_info::on_step
Implementations
all items filtered out
riscv_info::on_step