add HAVE_CONTINUABLE_WATCHPOINT to target_ops
This commit is contained in:
parent
f46169db7a
commit
7df1a32481
9 changed files with 25 additions and 12 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue