gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / gdb / nto-procfs.c
index 45920ee1dce1f706a094858b164f962421119d58..58e572c094dbf4d28361e0dbf8a14b096cddd635 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);
@@ -1505,8 +1505,9 @@ init_procfs_targets (void)
 
 #define OSTYPE_NTO 1
 
+void _initialize_procfs ();
 void
-_initialize_procfs (void)
+_initialize_procfs ()
 {
   sigset_t set;
 
This page took 0.025046 seconds and 4 git commands to generate.