gdb problems with threads on mpc512x

2008-08-25 Thread Daniele Bosi
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

Re: gdb problems with threads on mpc512x

2008-08-27 Thread Daniele Bosi
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

Re: irq

2008-09-03 Thread Daniele Bosi
--- > > ___ > Linuxppc-dev mailing list > Linuxppc-dev@ozlabs.org > https://ozlabs.org/mailman/listinfo/linuxppc-dev -- Daniele Bosi *DIGITEK