convert to_set_trace_buffer_size
[deliverable/binutils-gdb.git] / gdb / target.h
index c1952956772b9cb2fa108b981f027bc52099c5b7..7f672ebadfdbaabb17e2bf25488c758f22c1ccda 100644 (file)
@@ -898,7 +898,8 @@ struct target_ops
     void (*to_set_circular_trace_buffer) (struct target_ops *, int val)
       TARGET_DEFAULT_IGNORE ();
     /* Set the size of trace buffer in the target.  */
-    void (*to_set_trace_buffer_size) (struct target_ops *, LONGEST val);
+    void (*to_set_trace_buffer_size) (struct target_ops *, LONGEST val)
+      TARGET_DEFAULT_IGNORE ();
 
     /* Add/change textual notes about the trace run, returning 1 if
        successful, 0 otherwise.  */
This page took 0.030528 seconds and 4 git commands to generate.