Subj : Identifying target thread to attach debugger To : comp.os.linux From : maachan_mz Date : Thu Aug 12 2004 12:01 am Dear all, When we are to attach gdb to the target thread of our multi-threaded application program, we need to know its PID. Then, we go into very difficult situation instantly, because we cannot identify the PID of the target thread among the several tens of threads in the process using, for instance, PS command. If there is a tool that shows us the start address (or hopefully function symbol) and PID of all existing threads, the problem will be solved. If someone knows such useful tool, please let me know. Thanks in advance. .