Searched refs:T_BPTFLT (Results 1 – 9 of 9) sorted by relevance
44 #define T_BPTFLT 3 /* breakpoint instruction */ macro
64 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BPTFLT)
67 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BPTFLT)
101 case T_BPTFLT: return (SIGTRAP); in gdb_cpu_signal()
128 [T_BPTFLT] = { .ei = false, .msg = "breakpoint instruction fault" },322 case T_BPTFLT: /* bpt instruction fault */ in trap()668 case T_BPTFLT: in trap()
103 pushl $0; TRAP(T_BPTFLT)
122 [T_BPTFLT] = "breakpoint instruction fault",274 case T_BPTFLT: in trap()310 case T_BPTFLT: /* bpt instruction fault */ in trap()602 case T_BPTFLT: in trap()
137 case T_BPTFLT: return (SIGTRAP); in gdb_cpu_signal()
132 TRAP_NOEN bpt, T_BPTFLT264 cmpl $T_BPTFLT,TF_TRAPNO(%rsp)