add HAVE_CONTINUABLE_WATCHPOINT to target_ops

This commit is contained in:
Kris Warkentin 2003-02-24 21:56:51 +00:00
parent f46169db7a
commit 7df1a32481
9 changed files with 25 additions and 12 deletions

View file

@ -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);