aboutsummaryrefslogtreecommitdiff
path: root/gdb/target.c
diff options
context:
space:
mode:
authorDavid Carlton <carlton@bactrian.org>2003-03-06 00:56:43 +0000
committerDavid Carlton <carlton@bactrian.org>2003-03-06 00:56:43 +0000
commitea00b6ec6bf5ed83e0c0310feaa6c6559ee7e84a (patch)
tree6f941d2e6c4a8d032dcc1f9d7a3684171bd716c9 /gdb/target.c
parent07297283f46fcad05679b32b8109625b0c7d8670 (diff)
downloadgdb-ea00b6ec6bf5ed83e0c0310feaa6c6559ee7e84a.zip
gdb-ea00b6ec6bf5ed83e0c0310feaa6c6559ee7e84a.tar.gz
gdb-ea00b6ec6bf5ed83e0c0310feaa6c6559ee7e84a.tar.bz2
2003-03-05 David Carlton <carlton@math.stanford.edu>
* Merge with mainline. Tag is carlton_dictionary-20030305-merge.
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 683561f..4de246c 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);