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/ChangeLog | |
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/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 02da383..9478ccd 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -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 |