From 08ea3996883d64b82d64177184388e0c11f52c50 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Thu, 6 Dec 2001 16:17:06 +0000 Subject: * config/s390/nm-linux.h: Watchpoints are either continuable or steppable, not both. The S/390 has continuable watchpoints, so delete the #definition of HAVE_STEPPABLE_WATCHPOINT. --- gdb/config/s390/nm-linux.h | 1 - 1 file changed, 1 deletion(-) (limited to 'gdb/config') diff --git a/gdb/config/s390/nm-linux.h b/gdb/config/s390/nm-linux.h index 242d57c..52f26df 100644 --- a/gdb/config/s390/nm-linux.h +++ b/gdb/config/s390/nm-linux.h @@ -49,7 +49,6 @@ extern int kernel_u_size (void); #define TARGET_HAS_HARDWARE_WATCHPOINTS #define HAVE_CONTINUABLE_WATCHPOINT -#define HAVE_STEPPABLE_WATCHPOINT #define target_insert_watchpoint(addr, len, type) \ s390_insert_watchpoint (PIDGET (inferior_ptid), addr, len, type) -- cgit v1.1