Fabcoin Core  0.16.2
P2P Digital Currency
Enumerations | Functions
debugbreak.h File Reference
#include <signal.h>
#include <unistd.h>
#include <sys/syscall.h>
Include dependency graph for debugbreak.h:
This graph shows which files directly or indirectly include this file:

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)
 

Enumeration Type Documentation

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.

Function Documentation

__attribute__ ( (gnu_inline, always_inline)  )

Definition at line 100 of file debugbreak.h.