riscv_ebreaks is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

riscv_ebreaks variable

Syntax

extern bool riscv_ebreaks;
Implemented in riscv.c:210

References

LocationReferrerText
riscv.c:210
bool riscv_ebreaks = true;
riscv.h:260
extern bool riscv_ebreaks;
riscv-011.c:1141execute_resume()
info->dcsr = set_field(info->dcsr, DCSR_EBREAKS, riscv_ebreaks);
riscv-011.c:1958assert_reset()
info->dcsr = set_field(info->dcsr, DCSR_EBREAKS, riscv_ebreaks);
riscv-013.c:4432riscv013_on_step_or_resume()
dcsr = set_field(dcsr, CSR_DCSR_EBREAKS, riscv_ebreaks);
riscv.c:2823riscv_set_ebreaks()
COMMAND_PARSE_ON_OFF(CMD_ARGV[0], riscv_ebreaks);

Data Use

Functions writing riscv_ebreaks
Functions reading riscv_ebreaks
all items filtered out
riscv_ebreaks