Searched refs:T_BPTFLT (Results 1 – 10 of 10) sorted by relevance
47 #define T_BPTFLT 3 /* breakpoint instruction */ macro
44 #define T_BPTFLT 0x3 /* #bp breakpoint fault, INT3 insn */ macro
67 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BPTFLT)
70 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BPTFLT)
102 case T_BPTFLT: return (SIGTRAP); in gdb_cpu_signal()
133 [T_BPTFLT] = { .ei = false, .msg = "breakpoint instruction fault" },313 case T_BPTFLT: /* bpt instruction fault */ in trap()659 case T_BPTFLT: in trap()
107 pushl $0; TRAP(T_BPTFLT)
124 [T_BPTFLT] = "breakpoint instruction fault",243 else if (type != T_NMI && type != T_BPTFLT && in trap()276 case T_BPTFLT: /* bpt instruction fault */ in trap()570 case T_BPTFLT: in trap()
139 case T_BPTFLT: return (SIGTRAP); in gdb_cpu_signal()
137 TRAP_NOEN bpt, T_BPTFLT270 cmpl $T_BPTFLT,TF_TRAPNO(%rsp)