Remove support for thread events without PTRACE_EVENT_CLONE in GDBServer.
[deliverable/binutils-gdb.git] / gdb / gdbserver / linux-low.c
index cfc5987e092ace8af54b243ef93b4f0e391e118e..ec5337ae418b5eff2bc025ca898913debf86b215 100644 (file)
@@ -5600,10 +5600,7 @@ linux_look_up_symbols (void)
   if (proc->priv->thread_db != NULL)
     return;
 
-  /* If the kernel supports tracing clones, then we don't need to
-     use the magic thread event breakpoint to learn about
-     threads.  */
-  thread_db_init (!linux_supports_traceclone ());
+  thread_db_init ();
 #endif
 }
 
This page took 0.023731 seconds and 4 git commands to generate.