Searched defs:IS_BREAKPOINT_TRAP (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/sys/i386/include/
H A Ddb_machdep.h70 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BPTFLT) macro
/freebsd-13-stable/sys/mips/include/
H A Ddb_machdep.h58 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BREAK) macro
/freebsd-13-stable/sys/riscv/include/
H A Ddb_machdep.h69 #define IS_BREAKPOINT_TRAP(type, code) (type == T_BREAKPOINT) macro
/freebsd-13-stable/sys/arm/include/
H A Ddb_machdep.h56 #define IS_BREAKPOINT_TRAP(type, code) (type == T_BREAKPOINT) macro
/freebsd-13-stable/sys/arm64/include/
H A Ddb_machdep.h61 #define IS_BREAKPOINT_TRAP(type, code) (type == T_BREAKPOINT) macro
/freebsd-13-stable/sys/amd64/include/
H A Ddb_machdep.h67 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BPTFLT) macro
/freebsd-13-stable/sys/powerpc/include/
H A Ddb_machdep.h63 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BREAKPOINT) macro

Completed in 159 milliseconds