convert to_get_trace_status
[deliverable/binutils-gdb.git] / gdb / target.c
index cbf18e49c5bce22252e6f25ef094f1ec2ada2271..4d9fa4ce03dd28a0b2fb5b23cca8d6a2a6c1d062 100644 (file)
@@ -696,7 +696,7 @@ update_current_target (void)
       /* Do not inherit to_disable_tracepoint.  */
       /* Do not inherit to_trace_set_readonly_regions.  */
       /* Do not inherit to_trace_start.  */
-      INHERIT (to_get_trace_status, t);
+      /* Do not inherit to_get_trace_status.  */
       INHERIT (to_get_tracepoint_status, t);
       INHERIT (to_trace_stop, t);
       INHERIT (to_trace_find, t);
@@ -752,9 +752,6 @@ update_current_target (void)
            (void (*) (struct target_ops *, ptid_t))
            target_ignore);
   current_target.to_read_description = NULL;
-  de_fault (to_get_trace_status,
-           (int (*) (struct target_ops *, struct trace_status *))
-           return_minus_one);
   de_fault (to_get_tracepoint_status,
            (void (*) (struct target_ops *, struct breakpoint *,
                       struct uploaded_tp *))
This page took 0.024641 seconds and 4 git commands to generate.