|
GDBserver
|
#include <setjmp.h>Go to the source code of this file.
Macros | |
| #define | SIGJMP_BUF jmp_buf |
| #define | SIGSETJMP(buf) setjmp(buf) |
| #define | SIGLONGJMP(buf, val) longjmp((buf), (val)) |
| #define SIGJMP_BUF jmp_buf |
Definition at line 29 of file gdb_setjmp.h.
| #define SIGLONGJMP | ( | buf, | |
| val | |||
| ) | longjmp((buf), (val)) |
Definition at line 31 of file gdb_setjmp.h.
| #define SIGSETJMP | ( | buf | ) | setjmp(buf) |
Definition at line 30 of file gdb_setjmp.h.
1.8.14