Make target_ops::has_execution take an 'inferior *' instead of a ptid_t
[deliverable/binutils-gdb.git] / gdb / linux-thread-db.c
index 54d96e9b19f2045c9716bf3d2385f322cfc3827f..62908896cc61b10c37ef5ff0cf6f3a73987d63a2 100644 (file)
@@ -1622,7 +1622,7 @@ thread_db_target::update_thread_list ()
         stop.  That uses thread_db entry points that do not walk
         libpthread's thread list, so should be safe, as well as more
         efficient.  */
-      if (target_has_execution_1 (thread->ptid))
+      if (thread->inf->has_execution ())
        continue;
 
       thread_db_find_new_threads_1 (thread);
This page took 0.022892 seconds and 4 git commands to generate.