Home
last modified time | relevance | path

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

/freebsd/sys/i386/include/
H A Ddb_machdep.h67 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BPTFLT) macro
/freebsd/sys/arm/include/
H A Ddb_machdep.h55 #define IS_BREAKPOINT_TRAP(type, code) (type == T_BREAKPOINT) macro
/freebsd/sys/riscv/include/
H A Ddb_machdep.h67 #define IS_BREAKPOINT_TRAP(type, code) (type == T_BREAKPOINT) macro
/freebsd/sys/amd64/include/
H A Ddb_machdep.h64 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BPTFLT) macro
/freebsd/sys/powerpc/include/
H A Ddb_machdep.h62 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BREAKPOINT) macro
/freebsd/sys/arm64/include/
H A Ddb_machdep.h60 #define IS_BREAKPOINT_TRAP( global() macro