esirisc_common::num_watchpoints is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDesirisc_common::num_watchpoints

esirisc_common::num_watchpoints field

Syntax

int num_watchpoints;

References

LocationReferrerText
esirisc.h:87
int num_watchpoints;
esirisc.c:597esirisc_next_watchpoint()
struct watchpoint **watchpoints_e = watchpoints_p + esirisc->num_watchpoints;
esirisc.c:1565esirisc_identify()
esirisc->num_watchpoints = (csr >> 12) & 0xf; /* DBG.WP */
esirisc.c:1692esirisc_examine()
esirisc->num_breakpoints, esirisc->num_watchpoints,

Data Use

Functions writing esirisc_common::num_watchpoints
Functions reading esirisc_common::num_watchpoints
all items filtered out
esirisc_common::num_watchpoints