gdbstub/mini-gdbstub/include/gdb_signal.h

7 lines
77 B
C

#ifndef GDB_SIGNAL_H
#define GDB_SIGNAL_H
#define GDB_SIGNAL_TRAP 5
#endif