Home
last modified time | relevance | path

Searched refs:T_TRCTRAP (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/i386/i386/
H A Dgdb_machdep.c104 case T_TRCTRAP: return (SIGTRAP); in gdb_cpu_signal()
123 if (type == T_TRCTRAP) { in gdb_cpu_stop_reason()
H A Dtrap.c131 [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()
H A Dexception.S330 * See comment in the handler for the kernel case T_TRCTRAP in trap.c.
337 pushl $T_TRCTRAP
537 cmpl $T_TRCTRAP, TF_TRAPNO(%esp)
/freebsd/sys/amd64/amd64/
H A Dgdb_machdep.c140 case T_TRCTRAP: return (SIGTRAP); in gdb_cpu_signal()
159 if (type == T_TRCTRAP) { in gdb_cpu_stop_reason()
H A Dtrap.c129 [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()
H A Dexception.S635 movl $(T_TRCTRAP),TF_TRAPNO(%rsp)
/freebsd/sys/x86/include/
H A Dtrap.h47 #define T_TRCTRAP 10 /* debug exception (sic) */ macro
/freebsd/sys/amd64/include/
H A Ddb_machdep.h66 ((type) == T_TRCTRAP && (code) & DBREG_DR6_BS)
/freebsd/sys/i386/include/
H A Ddb_machdep.h69 ((type) == T_TRCTRAP && (code) & DBREG_DR6_BS)