]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/target.h
convert to_stop_recording
[thirdparty/binutils-gdb.git] / gdb / target.h
index bbc0ecd528661e2fcb67e44b6a26553d72fa1f73..1437cc4c9174069037f4cdb8c608f2ec7e817dd1 100644 (file)
@@ -1028,7 +1028,8 @@ struct target_ops
       TARGET_DEFAULT_NORETURN (tcomplain ());
 
     /* Stop trace recording.  */
-    void (*to_stop_recording) (struct target_ops *);
+    void (*to_stop_recording) (struct target_ops *)
+      TARGET_DEFAULT_IGNORE ();
 
     /* Print information about the recording.  */
     void (*to_info_record) (struct target_ops *);