diff options
author | Jim Blandy <jimb@codesourcery.com> | 2001-12-06 16:17:06 +0000 |
---|---|---|
committer | Jim Blandy <jimb@codesourcery.com> | 2001-12-06 16:17:06 +0000 |
commit | 08ea3996883d64b82d64177184388e0c11f52c50 (patch) | |
tree | 471b8aadbd3a840403d40de693d7d273edc0ba6f /gdb/config/s390 | |
parent | f2b7cb0a5f1e11dbfe5b0fe186070c6ff95757a9 (diff) | |
download | gdb-08ea3996883d64b82d64177184388e0c11f52c50.zip gdb-08ea3996883d64b82d64177184388e0c11f52c50.tar.gz gdb-08ea3996883d64b82d64177184388e0c11f52c50.tar.bz2 |
* 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.
Diffstat (limited to 'gdb/config/s390')
-rw-r--r-- | gdb/config/s390/nm-linux.h | 1 |
1 files changed, 0 insertions, 1 deletions
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) |