Home
last modified time | relevance | path

Searched defs:IS_BREAKPOINT_TRAP (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/mips/include/
H A Ddb_machdep.h58 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BREAK) macro
/f-stack/freebsd/i386/include/
H A Ddb_machdep.h70 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BPTFLT) macro
/f-stack/freebsd/arm/include/
H A Ddb_machdep.h56 #define IS_BREAKPOINT_TRAP(type, code) (type == T_BREAKPOINT) macro
/f-stack/freebsd/arm64/include/
H A Ddb_machdep.h59 #define IS_BREAKPOINT_TRAP(type, code) (type == T_BREAKPOINT) macro
/f-stack/freebsd/amd64/include/
H A Ddb_machdep.h67 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BPTFLT) macro