I encountered several problem debugging multithreated software with gdb
on mpc512x, remotely (gdbserver) and locally.
I built gdb 6.8 from scratch, but it's crashing when I stop execution
into a thread.
Did anyone get it to work correctly?
Thanks,
Daniele
--
Daniele Bosi
DIGITEK
quot;In main: creating thread %d\n", t);
rc = pthread_create(&threads[t], NULL, PrintHello, (void *)t);
if (rc){
printf("ERROR; return code from pthread_create() is %d\n", rc);
exit(-1);
}
}
pthread_exit(NULL);
}
CUT HERE
Wo
---
>
> ___
> Linuxppc-dev mailing list
> Linuxppc-dev@ozlabs.org
> https://ozlabs.org/mailman/listinfo/linuxppc-dev
--
Daniele Bosi
*DIGITEK