ZeroErr
载入中...
搜索中...
未找到
debugbreak.h 文件参考
#include <signal.h>
#include <fstream>
debugbreak.h 的引用(Include)关系图:
此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

宏定义

#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)
 

宏定义说明

◆ DEBUG_BREAK_IMPL

#define DEBUG_BREAK_IMPL   DEBUG_BREAK_USE_SIGTRAP

◆ DEBUG_BREAK_USE_BULTIN_TRAP

#define DEBUG_BREAK_USE_BULTIN_TRAP   2

◆ DEBUG_BREAK_USE_SIGTRAP

#define DEBUG_BREAK_USE_SIGTRAP   3

◆ DEBUG_BREAK_USE_TRAP_INSTRUCTION

#define DEBUG_BREAK_USE_TRAP_INSTRUCTION   1

函数说明

◆ __attribute__()

__attribute__ ( (always_inline)  )