|
ZeroErr
|
#include <signal.h>#include <fstream>

宏定义 | |
| #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 |
函数 | |
| __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) | ) |