IS_BREAKPOINT_TRAP
#define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BPTFLT)
#define IS_BREAKPOINT_TRAP(type, code) (type == T_BREAKPOINT)
#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 == T_BREAKPOINT)