diff options
Diffstat (limited to 'gdb/target.c')
-rw-r--r-- | gdb/target.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gdb/target.c b/gdb/target.c index 02981e2..9ef0762 100644 --- a/gdb/target.c +++ b/gdb/target.c @@ -699,7 +699,7 @@ update_current_target (void) /* Do not inherit to_get_trace_status. */ /* Do not inherit to_get_tracepoint_status. */ /* Do not inherit to_trace_stop. */ - INHERIT (to_trace_find, t); + /* Do not inherit to_trace_find. */ INHERIT (to_get_trace_state_variable_value, t); INHERIT (to_save_trace_data, t); INHERIT (to_upload_tracepoints, t); @@ -752,10 +752,6 @@ update_current_target (void) (void (*) (struct target_ops *, ptid_t)) target_ignore); current_target.to_read_description = NULL; - de_fault (to_trace_find, - (int (*) (struct target_ops *, - enum trace_find_type, int, CORE_ADDR, CORE_ADDR, int *)) - return_minus_one); de_fault (to_get_trace_state_variable_value, (int (*) (struct target_ops *, int, LONGEST *)) return_zero); |