Searched refs:IS_WATCHPOINT_TRAP (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/sys/sparc64/include/
H A Ddb_machdep.h56 #define IS_WATCHPOINT_TRAP(type, code) (0) macro
/freebsd-11-stable/sys/powerpc/include/
H A Ddb_machdep.h69 #define IS_WATCHPOINT_TRAP(type, code) ((type) == T_WATCHPOINT) macro
71 #define IS_WATCHPOINT_TRAP(type, code) 0 macro
/freebsd-11-stable/sys/arm/include/
H A Ddb_machdep.h61 #define IS_WATCHPOINT_TRAP(type, code) (type == T_WATCHPOINT) macro
/freebsd-11-stable/sys/riscv/include/
H A Ddb_machdep.h64 #define IS_WATCHPOINT_TRAP(type, code) (type == T_WATCHPOINT) macro
/freebsd-11-stable/sys/mips/include/
H A Ddb_machdep.h62 #define IS_WATCHPOINT_TRAP(type, code) (0) /* XXX mips3 watchpoint */ macro
/freebsd-11-stable/sys/i386/include/
H A Ddb_machdep.h73 #define IS_WATCHPOINT_TRAP(type, code) 0 macro
/freebsd-11-stable/sys/amd64/include/
H A Ddb_machdep.h70 #define IS_WATCHPOINT_TRAP(type, code) 0 macro
/freebsd-11-stable/sys/arm64/include/
H A Ddb_machdep.h60 #define IS_WATCHPOINT_TRAP(type, code) (type == T_WATCHPOINT) macro
/freebsd-11-stable/sys/ddb/
H A Ddb_run.c99 *is_watchpoint = IS_WATCHPOINT_TRAP(type, code);

Completed in 86 milliseconds