I want to debug pthreads on my custom linux distribution but I am missing something. My host is Ubuntu 12.04, my target is an i486 custom embedded Linux built with a crosstool-N
Just a though... To use the gdb debugger, you need to compile your code with -g option. For instance, gcc -g -c *.c.