Remove support for LinuxThreads and vendor 2.4 kernels w/ backported NPTL
[deliverable/binutils-gdb.git] / gdb / gdbserver / thread-db.c
index 8b3057ac90c2062c3043ed69ca24fce4c77e5e6d..64cd7a6c856ada5113954104ec63921cf31fec6a 100644 (file)
@@ -716,9 +716,6 @@ thread_db_init (void)
      GNU/Linux calls tgid, "thread group ID".  When we support
      attaching to threads, the original thread may not be the correct
      thread.  We would have to get the process ID from /proc for NPTL.
-     For LinuxThreads we could do something similar: follow the chain
-     of parent processes until we find the highest one we're attached
-     to, and use its tgid.
 
      This isn't the only place in gdbserver that assumes that the first
      process in the list is the thread group leader.  */
This page took 0.024599 seconds and 4 git commands to generate.