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

DEBUGCAUSE_DB macro

Syntax

#define DEBUGCAUSE_DB BIT(2)

References

LocationText
xtensa_debug_module.h:328
#define DEBUGCAUSE_DB BIT(2) /* DBREAK exception */
xtensa.c:1130
xtensa->nx_stop_cause = DEBUGCAUSE_DB;
xtensa.c:1620
cause, (cause & DEBUGCAUSE_DB), (cause & (DEBUGCAUSE_BI | DEBUGCAUSE_BN)));
xtensa.c:1621
if (cause & DEBUGCAUSE_DB)
xtensa.c:1798
if (cause & DEBUGCAUSE_DB) {
xtensa.c:1911
if (cause & DEBUGCAUSE_DB) {
xtensa.c:2373
if (halt_cause & DEBUGCAUSE_DB)
xtensa.c:2377
} else if (halt_cause & DEBUGCAUSE_DB) {