* 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.
This commit is contained in:
parent
f2b7cb0a5f
commit
08ea399688
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue