summaryrefslogtreecommitdiff
path: root/gdb/target.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
commited64e7e055ec09c7f30f00996407db8c414f6468 (patch)
treece7c340ab26e408b1feb03e7d1bfbb79d15e60bd /gdb/target.c
parent439ff555d05bdc441f940c3f8fabd04960bcf3b0 (diff)
downloadgdb-ed64e7e055ec09c7f30f00996407db8c414f6468.tar.gz
add HAVE_CONTINUABLE_WATCHPOINT to target_ops
Diffstat (limited to 'gdb/target.c')
-rw-r--r--gdb/target.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/target.c b/gdb/target.c
index 683561f3a90..4de246cc174 100644
--- a/gdb/target.c
+++ b/gdb/target.c
@@ -573,6 +573,7 @@ update_current_target (void)
INHERIT (to_remove_watchpoint, t);
INHERIT (to_stopped_data_address, t);
INHERIT (to_stopped_by_watchpoint, t);
+ INHERIT (to_have_continuable_watchpoint, t);
INHERIT (to_region_size_ok_for_hw_watchpoint, t);
INHERIT (to_terminal_init, t);
INHERIT (to_terminal_inferior, t);