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

/freebsd-10-stable/sys/amd64/include/
H A Ddb_machdep.h59 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BPTFLT) macro
/freebsd-10-stable/sys/arm/include/
H A Ddb_machdep.h53 #define IS_BREAKPOINT_TRAP(type, code) (type == T_BREAKPOINT) macro
/freebsd-10-stable/sys/i386/include/
H A Ddb_machdep.h59 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BPTFLT) macro
/freebsd-10-stable/sys/ia64/include/
H A Ddb_machdep.h63 #define IS_BREAKPOINT_TRAP(type, code) (type == IA64_VEC_BREAK) macro
/freebsd-10-stable/sys/mips/include/
H A Ddb_machdep.h61 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BREAK) macro
/freebsd-10-stable/sys/sparc64/include/
H A Ddb_machdep.h55 #define IS_BREAKPOINT_TRAP(type, code) (type == T_BREAKPOINT) macro
/freebsd-10-stable/sys/powerpc/include/
H A Ddb_machdep.h65 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BREAKPOINT) macro

Completed in 113 milliseconds