![]() |
Fabcoin Core
0.16.2
P2P Digital Currency
|
#include <signal.h>#include <unistd.h>#include <sys/syscall.h>Go to the source code of this file.
Enumerations | |
| enum | { DEBUG_BREAK_PREFER_BUILTIN_TRAP_TO_SIGTRAP = 0 } |
| enum | { HAVE_TRAP_INSTRUCTION = 0 } |
Functions | |
| __attribute__ ((gnu_inline, always_inline)) static void __inline__ debug_break(void) | |
| anonymous enum |
| Enumerator | |
|---|---|
| DEBUG_BREAK_PREFER_BUILTIN_TRAP_TO_SIGTRAP | |
Definition at line 44 of file debugbreak.h.
| anonymous enum |
| Enumerator | |
|---|---|
| HAVE_TRAP_INSTRUCTION | |
Definition at line 97 of file debugbreak.h.
| __attribute__ | ( | (gnu_inline, always_inline) | ) |
Definition at line 100 of file debugbreak.h.
1.8.11