Multi-target support
[deliverable/binutils-gdb.git] / gdb / nto-procfs.c
index 45920ee1dce1f706a094858b164f962421119d58..c31dbf136c8cb9966c20f33b73ef5a74c97e0d82 100644 (file)
@@ -409,7 +409,7 @@ nto_procfs_target::update_thread_list ()
           (e.g. thread exited).  */
        continue;
       ptid = ptid_t (pid, 0, tid);
-      new_thread = find_thread_ptid (ptid);
+      new_thread = find_thread_ptid (this, ptid);
       if (!new_thread)
        new_thread = add_thread (ptid);
       update_thread_private_data (new_thread, tid, status.state, 0);
This page took 0.025309 seconds and 4 git commands to generate.