diff options
author | Kris Warkentin <kewarken@qnx.com> | 2003-02-24 21:56:51 +0000 |
---|---|---|
committer | Kris Warkentin <kewarken@qnx.com> | 2003-02-24 21:56:51 +0000 |
commit | 7df1a32481bceebdcca416187a97c20c12c4a676 (patch) | |
tree | 1d9ce8d894b26fd3f89d9cfe2c989cbb8ddfcc0d /gdb/target.c | |
parent | f46169db7af74c579697433a58ab325ff1e78381 (diff) | |
download | gdb-7df1a32481bceebdcca416187a97c20c12c4a676.zip gdb-7df1a32481bceebdcca416187a97c20c12c4a676.tar.gz gdb-7df1a32481bceebdcca416187a97c20c12c4a676.tar.bz2 |
add HAVE_CONTINUABLE_WATCHPOINT to target_ops
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); |