Add target_ops argument to to_info_record
[deliverable/binutils-gdb.git] / gdb / record.c
index d8e1098fd72a173d903d0c04692876e4e737f6f3..9dd02e8eae2989809438efbaa6386d7617d0eee0 100644 (file)
@@ -287,7 +287,7 @@ info_record_command (char *args, int from_tty)
 
   printf_filtered (_("Active record target: %s\n"), t->to_shortname);
   if (t->to_info_record != NULL)
-    t->to_info_record ();
+    t->to_info_record (t);
 }
 
 /* The "record save" command.  */
This page took 0.024622 seconds and 4 git commands to generate.