Push pruning old threads down to the target
[deliverable/binutils-gdb.git] / gdb / corelow.c
index dc22f2ba038d38e4b7689419937d0a8178d43d26..b91ad22f88b60a7da2cc35e2be3514a486f8d568 100644 (file)
@@ -413,7 +413,7 @@ core_open (const char *arg, int from_tty)
      sections.  */
   TRY_CATCH (except, RETURN_MASK_ERROR)
     {
-      target_find_new_threads ();
+      target_update_thread_list ();
     }
 
   if (except.reason < 0)
This page took 0.024733 seconds and 4 git commands to generate.