EXCP_BRK
case EXCP_BRK: /* breakpoint */
case EXCP_BRK:
if (exception == EXCP_BRK &&
#define IS_BREAKPOINT_TRAP(type, code) ((type) == EXCP_BRK)