* config/s390/nm-linux.h: Watchpoints are either continuable or
authorJim Blandy <jimb@codesourcery.com>
Thu, 6 Dec 2001 16:17:06 +0000 (16:17 +0000)
committerJim Blandy <jimb@codesourcery.com>
Thu, 6 Dec 2001 16:17:06 +0000 (16:17 +0000)
steppable, not both.  The S/390 has continuable watchpoints, so
delete the #definition of HAVE_STEPPABLE_WATCHPOINT.

gdb/ChangeLog
gdb/config/s390/nm-linux.h

index 02da38381777fec4cee06ec07842faa1e2e86f99..9478ccd379a57ce4fd41113b3cb1bb12ba882f20 100644 (file)
@@ -1,3 +1,9 @@
+2001-12-06  Jim Blandy  <jimb@redhat.com>
+
+       * 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.
+
 2001-12-04  Pierre Muller  <muller@ics.u-strasbg.fr>
 
        * go32-nat.c (go32_fetch_registers): Remove call to register_buffer
index 242d57cf422033340db6e58623560089fdfdd3e6..52f26dfc0ffa78e2bac97a9908417e2d9e85a7a9 100644 (file)
@@ -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)
 
This page took 0.030034 seconds and 4 git commands to generate.