Home
last modified time | relevance | path

Searched refs:IS_WATCHPOINT_TRAP (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/amd64/include/
H A Ddb_machdep.h70 #define IS_WATCHPOINT_TRAP(type, code) 0 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/mips/include/
H A Ddb_machdep.h59 #define IS_WATCHPOINT_TRAP(type, code) (0) /* XXX mips3 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/ddb/
H A Ddb_run.c103 *is_watchpoint = IS_WATCHPOINT_TRAP(type, code); in db_stop_at_pc()