Home
last modified time | relevance | path

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

/freebsd/sys/amd64/amd64/
H A Dexception.S635 movl $(T_TRCTRAP),TF_TRAPNO(%rsp)
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.c128 [T_TRCTRAP] = "debug exception",
283 case T_TRCTRAP: in trap()
329 case T_TRCTRAP: /* debug exception */ in trap()
534 case T_TRCTRAP: /* debug exception */ in trap()
/freebsd/sys/amd64/include/
H A Ddb_machdep.h66 ((type) == T_TRCTRAP && (code) & DBREG_DR6_BS)
/freebsd/sys/i386/i386/
H A Dexception.S337 pushl $T_TRCTRAP
537 cmpl $T_TRCTRAP, TF_TRAPNO(%esp)
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" },
349 case T_TRCTRAP: /* debug exception */ in trap()
527 type = T_TRCTRAP; in trap()
632 case T_TRCTRAP: /* debug exception */ in trap()
/freebsd/sys/i386/include/
H A Ddb_machdep.h69 ((type) == T_TRCTRAP && (code) & DBREG_DR6_BS)
/freebsd/sys/x86/include/
H A Dtrap.h47 #define T_TRCTRAP 10 /* debug exception (sic) */ macro