GDB (xrefs)
|
#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.
Referenced by gdb_demangle_signal_handler(), and throw_exception().
#define SIGSETJMP | ( | buf | ) | setjmp(buf) |
Definition at line 30 of file gdb_setjmp.h.
Referenced by gdb_demangle().