Searched defs:IS_WATCHPOINT_TRAP (Results 1 – 5 of 5) sorted by relevance
59 #define IS_WATCHPOINT_TRAP(type, code) (0) /* XXX mips3 watchpoint */ macro
73 #define IS_WATCHPOINT_TRAP(type, code) 0 macro
57 #define IS_WATCHPOINT_TRAP(type, code) (type == T_WATCHPOINT) macro
60 #define IS_WATCHPOINT_TRAP(type, code) (type == T_WATCHPOINT) macro
70 #define IS_WATCHPOINT_TRAP(type, code) 0 macro