Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/include/
H A Ddb_machdep.h59 #define IS_WATCHPOINT_TRAP(type, code) (0) /* XXX mips3 watchpoint */ macro
/f-stack/freebsd/i386/include/
H A Ddb_machdep.h73 #define IS_WATCHPOINT_TRAP(type, code) 0 macro
/f-stack/freebsd/arm/include/
H A Ddb_machdep.h57 #define IS_WATCHPOINT_TRAP(type, code) (type == T_WATCHPOINT) macro
/f-stack/freebsd/arm64/include/
H A Ddb_machdep.h60 #define IS_WATCHPOINT_TRAP(type, code) (type == T_WATCHPOINT) macro
/f-stack/freebsd/amd64/include/
H A Ddb_machdep.h70 #define IS_WATCHPOINT_TRAP(type, code) 0 macro