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

riscv_info::halt_go field

Syntax

int (*halt_go)(struct target *target);

References

LocationReferrerScopeText
riscv.h:159
int (*halt_go)(struct target *target);
riscv-013.c:2291riscv013_halt_go()init_target()
generic_info->halt_go = &riscv013_halt_go;
riscv.c:1195riscv_halt_go_all_harts()
if (r->halt_go(target) != ERROR_OK)

Call Tree

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