xtensa::hw_wps is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

xtensa::hw_wps field

Syntax

struct watchpoint **hw_wps;

References

LocationReferrerText
xtensa.h:267
struct watchpoint **hw_wps;
xtensa.c:2653xtensa_watchpoint_add()
if (!xtensa->hw_wps[slot] || xtensa->hw_wps[slot] == watchpoint)
xtensa.c:2686xtensa_watchpoint_add()
xtensa->hw_wps[slot] = watchpoint;
xtensa.c:2698xtensa_watchpoint_remove()
if (xtensa->hw_wps[slot] == watchpoint)
xtensa.c:2706xtensa_watchpoint_remove()
xtensa->hw_wps[slot] = NULL;
xtensa.c:3429xtensa_target_init()
xtensa->hw_wps = calloc(XT_HW_DBREAK_MAX_NUM, sizeof(struct watchpoint *));
xtensa.c:3430xtensa_target_init()
if (!xtensa->hw_wps) {
xtensa.c:3438xtensa_target_init()
free(xtensa->hw_wps);
xtensa.c:3507xtensa_target_deinit()
free(xtensa->hw_wps);

Data Use

Functions writing xtensa::hw_wps
Functions reading xtensa::hw_wps
all items filtered out
xtensa::hw_wps
Type of xtensa::hw_wps
xtensa::hw_wps
all items filtered out