]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/config/s390/nm-linux.h
add HAVE_CONTINUABLE_WATCHPOINT to target_ops
[thirdparty/binutils-gdb.git] / gdb / config / s390 / nm-linux.h
index 3846579923fa38f78fb2443351b28101dd84c16c..727a66ebeaf930f8246c73333719d0b43ff4959d 100644 (file)
@@ -51,7 +51,7 @@ extern int kernel_u_size (void);
 /* WATCHPOINT SPECIFIC STUFF */
 
 #define TARGET_HAS_HARDWARE_WATCHPOINTS
-#define HAVE_CONTINUABLE_WATCHPOINT
+#define HAVE_CONTINUABLE_WATCHPOINT 1
 #define target_insert_watchpoint(addr, len, type)  \
   s390_insert_watchpoint (PIDGET (inferior_ptid), addr, len, type)