riscv011_info_t::dpc is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

riscv011_info_t::dpc field

Syntax

uint64_t dpc;

References

LocationReferrerText
riscv-011.c:185
uint64_t dpc;
riscv-011.c:1123execute_resume()
cache_set(target, SLOT0, info->dpc);
riscv-011.c:1293register_write()
info->dpc = value;
riscv-011.c:1350get_register()
*value = info->dpc;
riscv-011.c:1818handle_halt_routine()
riscv-011.c:1894handle_halt()
LOG_USER("halted at 0x%" PRIx64 " due to %s", info->dpc, cause_string[cause]);

Data Use

Functions writing riscv011_info_t::dpc
Functions reading riscv011_info_t::dpc
riscv011_info_t::dpc
Type of riscv011_info_t::dpc
riscv011_info_t::dpc
uint64_t
all items filtered out