CAUSE_BREAKPOINT
#define IS_BREAKPOINT_TRAP(type, code) ((type) == CAUSE_BREAKPOINT)
case CAUSE_BREAKPOINT: /* breakpoint */
#define BREAKPOINT_TRAP_MASK (__BIT(CAUSE_BREAKPOINT))
[CAUSE_BREAKPOINT] = "breakpoint",