aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/i386/nm-i386.h
diff options
context:
space:
mode:
authorKris Warkentin <kewarken@qnx.com>2003-02-24 21:56:51 +0000
committerKris Warkentin <kewarken@qnx.com>2003-02-24 21:56:51 +0000
commit7df1a32481bceebdcca416187a97c20c12c4a676 (patch)
tree1d9ce8d894b26fd3f89d9cfe2c989cbb8ddfcc0d /gdb/config/i386/nm-i386.h
parentf46169db7af74c579697433a58ab325ff1e78381 (diff)
downloadgdb-7df1a32481bceebdcca416187a97c20c12c4a676.zip
gdb-7df1a32481bceebdcca416187a97c20c12c4a676.tar.gz
gdb-7df1a32481bceebdcca416187a97c20c12c4a676.tar.bz2
add HAVE_CONTINUABLE_WATCHPOINT to target_ops
Diffstat (limited to 'gdb/config/i386/nm-i386.h')
-rw-r--r--gdb/config/i386/nm-i386.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/i386/nm-i386.h b/gdb/config/i386/nm-i386.h
index eed05a4..97a7053 100644
--- a/gdb/config/i386/nm-i386.h
+++ b/gdb/config/i386/nm-i386.h
@@ -93,7 +93,7 @@ extern int i386_remove_hw_breakpoint (CORE_ADDR addr, void *shadow);
one that caused the trap. Therefore we don't need to step over it.
But we do need to reset the status register to avoid another trap. */
-#define HAVE_CONTINUABLE_WATCHPOINT
+#define HAVE_CONTINUABLE_WATCHPOINT 1
#define STOPPED_BY_WATCHPOINT(W) (i386_stopped_data_address () != 0)