Home
last modified time | relevance | path

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

/freebsd/sys/x86/include/
H A Dtrap.h44 #define T_BPTFLT 3 /* breakpoint instruction */ macro
/freebsd/sys/i386/include/
H A Ddb_machdep.h67 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BPTFLT)
/freebsd/sys/amd64/include/
H A Ddb_machdep.h64 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BPTFLT)
/freebsd/sys/i386/i386/
H A Dgdb_machdep.c101 case T_BPTFLT: return (SIGTRAP); in gdb_cpu_signal()
H A Dtrap.c128 [T_BPTFLT] = { .ei = false, .msg = "breakpoint instruction fault" },
338 case T_BPTFLT: /* bpt instruction fault */ in trap()
684 case T_BPTFLT: in trap()
H A Dexception.S103 pushl $0; TRAP(T_BPTFLT)
/freebsd/sys/amd64/amd64/
H A Dtrap.c121 [T_BPTFLT] = "breakpoint instruction fault",
282 case T_BPTFLT: in trap()
318 case T_BPTFLT: /* bpt instruction fault */ in trap()
600 case T_BPTFLT: in trap()
H A Dgdb_machdep.c137 case T_BPTFLT: return (SIGTRAP); in gdb_cpu_signal()
H A Dexception.S132 TRAP_NOEN bpt, T_BPTFLT
264 cmpl $T_BPTFLT,TF_TRAPNO(%rsp)