IS_WATCHPOINT_TRAP
#define IS_WATCHPOINT_TRAP(type, code) ((type) == ALPHA_KENTRY_MM)
#define IS_WATCHPOINT_TRAP(type, code) 0
#define IS_WATCHPOINT_TRAP(type, code) ((type) == T_TRCTRAP && (code) & 15)
#define IS_WATCHPOINT_TRAP(type, code) (0)
#define IS_WATCHPOINT_TRAP(type, code) ((type) == EXCP_WATCHPT_EL1)
#define IS_WATCHPOINT_TRAP(type, code) ((type) == T_DBREAK)
#define IS_WATCHPOINT_TRAP(type, code) ((type) == T_TRCTRAP && (code) & 15)
#define IS_WATCHPOINT_TRAP(type,code) 0
#define IS_WATCHPOINT_TRAP(type, code) (0) /* XXX mips3 watchpoint */
#define IS_WATCHPOINT_TRAP(type, code) ((type) == T_WATCHPOINT)
#define IS_WATCHPOINT_TRAP(type, code) 0
#define IS_WATCHPOINT_TRAP(type, code) 0
#define IS_WATCHPOINT_TRAP(type, code) ((type) == T_WATCHPOINT)
#define IS_WATCHPOINT_TRAP(type, code) (0) /* XXX (msaitoh) */
#define IS_WATCHPOINT_TRAP(type, code) \