Add method/format information to =record-started
[deliverable/binutils-gdb.git] / gdb / record-full.c
index f307b4876fcae111e3c2ae282ac7263be8240e00..0f61bcb69d619fed739a534640720734432f9214 100644 (file)
@@ -869,7 +869,7 @@ record_full_open (const char *name, int from_tty)
 
   record_full_init_record_breakpoints ();
 
-  observer_notify_record_changed (current_inferior (),  1);
+  observer_notify_record_changed (current_inferior (),  1, "full", NULL);
 }
 
 /* "to_close" target method.  Close the process record target.  */
This page took 0.026866 seconds and 4 git commands to generate.