convert to_set_trace_notes
[deliverable/binutils-gdb.git] / gdb / target.c
index 96135aeabed097066d3af8791dc2c5c96a018bcb..e0b5efbfd2faa0585a3f4b647fcb97cbd582cdab 100644 (file)
@@ -706,8 +706,8 @@ update_current_target (void)
       /* Do not inherit to_get_min_fast_tracepoint_insn_len.  */
       /* Do not inherit to_set_disconnected_tracing.  */
       /* Do not inherit to_set_circular_trace_buffer.  */
-      INHERIT (to_set_trace_buffer_size, t);
-      INHERIT (to_set_trace_notes, t);
+      /* Do not inherit to_set_trace_buffer_size.  */
+      /* Do not inherit to_set_trace_notes.  */
       INHERIT (to_get_tib_address, t);
       INHERIT (to_set_permissions, t);
       INHERIT (to_static_tracepoint_marker_at, t);
@@ -750,13 +750,6 @@ update_current_target (void)
            (void (*) (struct target_ops *, ptid_t))
            target_ignore);
   current_target.to_read_description = NULL;
-  de_fault (to_set_trace_buffer_size,
-           (void (*) (struct target_ops *, LONGEST))
-           target_ignore);
-  de_fault (to_set_trace_notes,
-           (int (*) (struct target_ops *,
-                     const char *, const char *, const char *))
-           return_zero);
   de_fault (to_get_tib_address,
            (int (*) (struct target_ops *, ptid_t, CORE_ADDR *))
            tcomplain);
This page took 0.034527 seconds and 4 git commands to generate.