aboutsummaryrefslogtreecommitdiff
path: root/gdb/infrun.c
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/infrun.c
parentf46169db7af74c579697433a58ab325ff1e78381 (diff)
downloadgdb-7df1a32481bceebdcca416187a97c20c12c4a676.zip
gdb-7df1a32481bceebdcca416187a97c20c12c4a676.tar.gz
gdb-7df1a32481bceebdcca416187a97c20c12c4a676.tar.bz2
add HAVE_CONTINUABLE_WATCHPOINT to target_ops
Diffstat (limited to 'gdb/infrun.c')
-rw-r--r--gdb/infrun.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/gdb/infrun.c b/gdb/infrun.c
index f864442..f65af35 100644
--- a/gdb/infrun.c
+++ b/gdb/infrun.c
@@ -226,13 +226,6 @@ a command like `return' or `jump' to continue execution.");
#define HAVE_STEPPABLE_WATCHPOINT 1
#endif
-#ifndef HAVE_CONTINUABLE_WATCHPOINT
-#define HAVE_CONTINUABLE_WATCHPOINT 0
-#else
-#undef HAVE_CONTINUABLE_WATCHPOINT
-#define HAVE_CONTINUABLE_WATCHPOINT 1
-#endif
-
#ifndef CANNOT_STEP_HW_WATCHPOINTS
#define CANNOT_STEP_HW_WATCHPOINTS 0
#else