diff options
author | Daniel Jacobowitz <drow@false.org> | 2002-10-14 20:46:59 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2002-10-14 20:46:59 +0000 |
commit | eee771c19456348aa7d60f34e30cc7afdf0188fd (patch) | |
tree | 8153bc4604c4e3b912de698622496c843222ce75 /gdb/config/mips | |
parent | 396a6083857a5e7c325e8e6edc05df3cab45a81a (diff) | |
download | gdb-eee771c19456348aa7d60f34e30cc7afdf0188fd.zip gdb-eee771c19456348aa7d60f34e30cc7afdf0188fd.tar.gz gdb-eee771c19456348aa7d60f34e30cc7afdf0188fd.tar.bz2 |
* config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Define to 1.
* config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
* config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
* config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
Diffstat (limited to 'gdb/config/mips')
-rw-r--r-- | gdb/config/mips/nm-irix4.h | 2 | ||||
-rw-r--r-- | gdb/config/mips/nm-irix5.h | 2 | ||||
-rw-r--r-- | gdb/config/mips/tm-embed.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/gdb/config/mips/nm-irix4.h b/gdb/config/mips/nm-irix4.h index 9c02eb3..bf4a02c 100644 --- a/gdb/config/mips/nm-irix4.h +++ b/gdb/config/mips/nm-irix4.h @@ -54,7 +54,7 @@ procfs_stopped_by_watchpoint(inferior_ptid) extern int procfs_stopped_by_watchpoint (ptid_t); -#define HAVE_NONSTEPPABLE_WATCHPOINT +#define HAVE_NONSTEPPABLE_WATCHPOINT 1 /* Use these macros for watchpoint insertion/deletion. */ /* type can be 0: write watch, 1: read watch, 2: access watch (read/write) */ diff --git a/gdb/config/mips/nm-irix5.h b/gdb/config/mips/nm-irix5.h index 59749f6..4507ad1 100644 --- a/gdb/config/mips/nm-irix5.h +++ b/gdb/config/mips/nm-irix5.h @@ -36,7 +36,7 @@ procfs_stopped_by_watchpoint(inferior_ptid) extern int procfs_stopped_by_watchpoint (ptid_t); -#define HAVE_NONSTEPPABLE_WATCHPOINT +#define HAVE_NONSTEPPABLE_WATCHPOINT 1 /* Use these macros for watchpoint insertion/deletion. */ /* type can be 0: write watch, 1: read watch, 2: access watch (read/write) */ diff --git a/gdb/config/mips/tm-embed.h b/gdb/config/mips/tm-embed.h index 7482a77..44072f4 100644 --- a/gdb/config/mips/tm-embed.h +++ b/gdb/config/mips/tm-embed.h @@ -36,7 +36,7 @@ int remote_mips_remove_watchpoint (CORE_ADDR addr, int len, int type); /* We need to remove watchpoints when stepping, else we hit them again! */ -#define HAVE_NONSTEPPABLE_WATCHPOINT +#define HAVE_NONSTEPPABLE_WATCHPOINT 1 int remote_mips_stopped_by_watchpoint (void); #define STOPPED_BY_WATCHPOINT(w) remote_mips_stopped_by_watchpoint () |