Searched refs:IS_WATCHPOINT_TRAP (Results 1 – 6 of 6) sorted by relevance
70 #define IS_WATCHPOINT_TRAP(type, code) 0 macro
73 #define IS_WATCHPOINT_TRAP(type, code) 0 macro
57 #define IS_WATCHPOINT_TRAP(type, code) (type == T_WATCHPOINT) macro
59 #define IS_WATCHPOINT_TRAP(type, code) (0) /* XXX mips3 watchpoint */ macro
60 #define IS_WATCHPOINT_TRAP(type, code) (type == T_WATCHPOINT) macro
103 *is_watchpoint = IS_WATCHPOINT_TRAP(type, code); in db_stop_at_pc()