Searched refs:T_TRCTRAP (Results 1 – 9 of 9) sorted by relevance
104 case T_TRCTRAP: return (SIGTRAP); in gdb_cpu_signal()123 if (type == T_TRCTRAP) { in gdb_cpu_stop_reason()
131 [T_TRCTRAP] = { .ei = false, .msg = "debug exception" },333 case T_TRCTRAP: /* debug exception */ in trap()511 type = T_TRCTRAP; in trap()616 case T_TRCTRAP: /* debug exception */ in trap()
330 * See comment in the handler for the kernel case T_TRCTRAP in trap.c.337 pushl $T_TRCTRAP537 cmpl $T_TRCTRAP, TF_TRAPNO(%esp)
140 case T_TRCTRAP: return (SIGTRAP); in gdb_cpu_signal()159 if (type == T_TRCTRAP) { in gdb_cpu_stop_reason()
129 [T_TRCTRAP] = "debug exception",275 case T_TRCTRAP: in trap()321 case T_TRCTRAP: /* debug exception */ in trap()536 case T_TRCTRAP: /* debug exception */ in trap()
635 movl $(T_TRCTRAP),TF_TRAPNO(%rsp)
47 #define T_TRCTRAP 10 /* debug exception (sic) */ macro
66 ((type) == T_TRCTRAP && (code) & DBREG_DR6_BS)
69 ((type) == T_TRCTRAP && (code) & DBREG_DR6_BS)