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 f9d6064..7d9d315 100644 --- a/gdb/target.c +++ b/gdb/target.c @@ -413,6 +413,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_steppable_watchpoint, t); INHERIT (to_have_continuable_watchpoint, t); INHERIT (to_region_ok_for_hw_watchpoint, t); INHERIT (to_terminal_init, t); |