Multi-target support
[deliverable/binutils-gdb.git] / gdb / tracefile-tfile.c
index 977c0dab06b0c8b94867ea7538060d469f668b79..c1a4a49337246e34d9586e4a2a8d8db836002d92 100644 (file)
@@ -557,7 +557,7 @@ tfile_target_open (const char *arg, int from_tty)
 
   inferior_appeared (current_inferior (), TFILE_PID);
   inferior_ptid = ptid_t (TFILE_PID);
-  add_thread_silent (inferior_ptid);
+  add_thread_silent (&tfile_ops, inferior_ptid);
 
   if (ts->traceframe_count <= 0)
     warning (_("No traceframes present in this file."));
This page took 0.025389 seconds and 4 git commands to generate.