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