ZeroErr
|
#include <signal.h>
#include <fstream>
Go to the source code of this file.
Macros | |
#define | DEBUG_BREAK_USE_TRAP_INSTRUCTION 1 |
#define | DEBUG_BREAK_USE_BULTIN_TRAP 2 |
#define | DEBUG_BREAK_USE_SIGTRAP 3 |
#define | DEBUG_BREAK_IMPL DEBUG_BREAK_USE_SIGTRAP |
Functions | |
__attribute__ ((always_inline)) __inline__ static void debug_break(void) | |
#define DEBUG_BREAK_IMPL DEBUG_BREAK_USE_SIGTRAP |
#define DEBUG_BREAK_USE_BULTIN_TRAP 2 |
#define DEBUG_BREAK_USE_SIGTRAP 3 |
#define DEBUG_BREAK_USE_TRAP_INSTRUCTION 1 |
__attribute__ | ( | (always_inline) | ) |