gdbstub.h
@ DBGFLAG_SYSTEM_EXCEPTION
For system exceptions, cause is EXCCAUSE (see EXCCAUSE_* values)
Definition: gdbstub.h:37
@ DBGFLAG_DEBUG_EXCEPTION
For debug exceptions, cause is DBGCAUSE (see DebugCause bits)
Definition: gdbstub.h:36
@ DBGFLAG_RESTART
Breaking into debugger because of unexpected system restart.
Definition: gdbstub.h:40
void gdbstub_handle_exception()
@ DBGFLAG_PACKET_STARTED
Incoming packet detected by uart interrupt handler.
Definition: gdbstub.h:39
const uint8_t gdb_exception_signals[]
@ DBGFLAG_CTRL_BREAK
Break caused by call to gdbstub_ctrl_break()
Definition: gdbstub.h:38
void gdbstub_init()
@ syscall_active
Syscall executing, awaiting response from GDB.
Definition: gdbstub.h:46
volatile gdb_state_t gdb_state
Definition: gdbstub.h:50