T_WATCHPOINT
kdb_trap((prefetch) ? T_BREAKPOINT : T_WATCHPOINT, 0, tf);
#define IS_WATCHPOINT_TRAP(type, code) (type == T_WATCHPOINT)
#define IS_WATCHPOINT_TRAP(type, code) (type == T_WATCHPOINT)
#ifdef T_WATCHPOINT
#define IS_WATCHPOINT_TRAP(type, code) ((type) == T_WATCHPOINT)
#define IS_WATCHPOINT_TRAP(type, code) (type == T_WATCHPOINT)