IS_BREAKPOINT_TRAP
#define IS_BREAKPOINT_TRAP(type, code) \
#define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BPTFLT)
#define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BREAKPOINT)
#define IS_BREAKPOINT_TRAP(type, code) ((type) == EXCP_BRK)
#define IS_BREAKPOINT_TRAP(type, code) ((type) == T_IBREAK)
#define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BPTFLT)
#define IS_BREAKPOINT_TRAP(type,code) ((type)==T_KDB_BREAK)
#define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BREAK)
#define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BREAKPOINT)
#define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BREAKPOINT)
#define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BREAKPOINT)
#define IS_BREAKPOINT_TRAP(type, code) ((type) == EXPEVT_TRAPA)
#define IS_BREAKPOINT_TRAP(type, code) \