Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/include/
H A Dtrap.h50 #define T_TRCTRAP 10 /* debug exception (sic) */ macro
/f-stack/freebsd/amd64/include/
H A Ddb_machdep.h69 ((type) == T_TRCTRAP && (code) & DBREG_DR6_BS)
/f-stack/freebsd/i386/include/
H A Ddb_machdep.h72 ((type) == T_TRCTRAP && (code) & DBREG_DR6_BS)
/f-stack/freebsd/i386/i386/
H A Dgdb_machdep.c105 case T_TRCTRAP: return (SIGTRAP); in gdb_cpu_signal()
H A Dtrap.c136 [T_TRCTRAP] = { .ei = false, .msg = "debug exception" },
324 case T_TRCTRAP: /* debug exception */ in trap()
502 type = T_TRCTRAP; in trap()
607 case T_TRCTRAP: /* debug exception */ in trap()
H A Dexception.s300 pushl $T_TRCTRAP
513 cmpl $T_TRCTRAP, TF_TRAPNO(%esp)
/f-stack/freebsd/amd64/amd64/
H A Dtrap.c131 [T_TRCTRAP] = "debug exception",
244 type != T_TRCTRAP) { in trap()
287 case T_TRCTRAP: /* debug exception */ in trap()
504 case T_TRCTRAP: /* debug exception */ in trap()
H A Dgdb_machdep.c142 case T_TRCTRAP: return (SIGTRAP); in gdb_cpu_signal()
H A Dexception.S643 movl $(T_TRCTRAP),TF_TRAPNO(%rsp)