Re: gdb and threads.



Greger wrote:
[New Thread 11338421 (LWP 3568)]
what does the above line mean?
( outputted by gdb while debugging threads. )

Probably the pthread id and the kernel thread id
that thread is mapped onto. The kernel thread id
is platform dependent and on Linux would be the tid
in the newer kernels.


--
Joe Seigh

When you get lemons, you make lemonade.
When you get hardware, you make software. .