diff options
Diffstat (limited to 'gdb/target.c')
-rw-r--r-- | gdb/target.c | 1 |
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); |