7 lines
77 B
C
7 lines
77 B
C
|
#ifndef GDB_SIGNAL_H
|
||
|
#define GDB_SIGNAL_H
|
||
|
|
||
|
#define GDB_SIGNAL_TRAP 5
|
||
|
|
||
|
#endif
|