diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-09-04 18:04:25 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-09-04 18:04:25 +0000 |
commit | 3a3bc038c6dd5faa235dc1a13415ed1f0215c06d (patch) | |
tree | 56bfc9fe0dd6fbc86d90c68613c4c2a22a4fc9ee /gdb/config/pa | |
parent | a957e6420da570d74136f1af2c8ff925469d3a69 (diff) | |
download | gdb-3a3bc038c6dd5faa235dc1a13415ed1f0215c06d.zip gdb-3a3bc038c6dd5faa235dc1a13415ed1f0215c06d.tar.gz gdb-3a3bc038c6dd5faa235dc1a13415ed1f0215c06d.tar.bz2 |
2003-09-04 Andrew Cagney <cagney@redhat.com>
* hppa-tdep.c (hppa_gdbarch_init): Set
"have_nonsteppable_watchpoint".
* config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
* mips-tdep.c (mips_dump_tdep): Do not print
HAVE_NONSTEPPABLE_WATCHPOINT.
(mips_gdbarch_init): Set "have_nonsteppable_watchpoint".
* config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
* config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
* config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
Diffstat (limited to 'gdb/config/pa')
-rw-r--r-- | gdb/config/pa/nm-hppah.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/config/pa/nm-hppah.h b/gdb/config/pa/nm-hppah.h index 05e7db2..25cb1ac 100644 --- a/gdb/config/pa/nm-hppah.h +++ b/gdb/config/pa/nm-hppah.h @@ -169,12 +169,6 @@ extern int hppa_can_use_hw_watchpoint (int type, int cnt, int ot); ! stepped_after_stopped_by_watchpoint && \ bpstat_have_active_hw_watchpoints ()) -/* When a hardware watchpoint triggers, we'll move the inferior past it - by removing all eventpoints; stepping past the instruction that caused - the trigger; reinserting eventpoints; and checking whether any watched - location changed. */ -#define HAVE_NONSTEPPABLE_WATCHPOINT 1 - /* Our implementation of "hardware" watchpoints uses memory page-protection faults. However, HP-UX has unfortunate interactions between these and system calls; basically, it's unsafe to have page protections on when a |