Searched refs:T_BPTFLT (Results 1 - 9 of 9) sorted by relevance

/freebsd-12-stable/sys/x86/include/
H A Dtrap.h47 #define T_BPTFLT 3 /* breakpoint instruction */ macro
/freebsd-12-stable/sys/i386/include/
H A Ddb_machdep.h70 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BPTFLT)
/freebsd-12-stable/sys/amd64/include/
H A Ddb_machdep.h67 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BPTFLT)
/freebsd-12-stable/sys/i386/i386/
H A Dgdb_machdep.c102 case T_BPTFLT: return (SIGTRAP);
H A Dtrap.c134 [T_BPTFLT] = { .ei = false, .msg = "breakpoint instruction fault" },
319 case T_BPTFLT: /* bpt instruction fault */
665 case T_BPTFLT:
H A Dexception.s107 pushl $0; TRAP(T_BPTFLT)
/freebsd-12-stable/sys/amd64/amd64/
H A Dgdb_machdep.c139 case T_BPTFLT: return (SIGTRAP);
H A Dtrap.c126 [T_BPTFLT] = "breakpoint instruction fault",
250 else if (type != T_NMI && type != T_BPTFLT &&
283 case T_BPTFLT: /* bpt instruction fault */
577 case T_BPTFLT:
H A Dexception.S136 TRAP_NOEN bpt, T_BPTFLT
263 * by int3 (0xcc) which causes the #BP (T_BPTFLT) breakpoint
269 cmpl $T_BPTFLT,TF_TRAPNO(%rsp)

Completed in 146 milliseconds