convert to_goto_record_begin
[deliverable/binutils-gdb.git] / gdb / target.h
index cb1c4312863d91cd9dc730e97ce5644836d9b2b5..d90205cd02a51337b2b67a49e8f8612a9999304c 100644 (file)
@@ -1035,7 +1035,8 @@ struct target_ops
     int (*to_record_is_replaying) (struct target_ops *);
 
     /* Go to the begin of the execution trace.  */
-    void (*to_goto_record_begin) (struct target_ops *);
+    void (*to_goto_record_begin) (struct target_ops *)
+      TARGET_DEFAULT_NORETURN (tcomplain ());
 
     /* Go to the end of the execution trace.  */
     void (*to_goto_record_end) (struct target_ops *)
This page took 0.023946 seconds and 4 git commands to generate.