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

riscv_info::resume_go field

Syntax

int (*resume_go)(struct target *target);

References

LocationReferrerScopeText
riscv.h:152
int (*resume_go)(struct target *target);
riscv-013.c:2286riscv013_resume_go()init_target()
generic_info->resume_go = &riscv013_resume_go;
riscv.c:3157riscv_resume_go_all_harts()
if (r->resume_go(target) != ERROR_OK)

Call Tree

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