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

esirisc_common::watchpoints_p field

Syntax

struct watchpoint *watchpoints_p[MAX_WATCHPOINTS];

References

LocationReferrerText
esirisc.h:88
struct watchpoint *watchpoints_p[MAX_WATCHPOINTS];
esirisc.c:596esirisc_next_watchpoint()
struct watchpoint **watchpoints_p = esirisc->watchpoints_p;
esirisc.c:625esirisc_add_watchpoint()
esirisc->watchpoints_p[wp_index] = watchpoint;
esirisc.c:752esirisc_remove_watchpoint()
esirisc->watchpoints_p[wp_index] = NULL;
esirisc.c:772esirisc_remove_watchpoints()
memset(esirisc->watchpoints_p, 0, sizeof(esirisc->watchpoints_p));

Data Use

Functions reading esirisc_common::watchpoints_p
esirisc_common::watchpoints_p
Type of esirisc_common::watchpoints_p
esirisc_common::watchpoints_p
all items filtered out