Re: gdb problems with threads on mpc512x

2008-08-27 Thread Daniele Bosi
I attach the listing of our program, I tried it on ELDK4.2 Freescale (kernel 2.6.24.6 by Freescale, your rootfs) and it's still giving me problems: if I issue br PrintHello then cont-inue for some times, after a while gdb stops responding and is not even getting CTRL-C or CTRL-Z. Of course

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 S.p.A.

Re: gdb problems with threads on mpc512x

2008-08-25 Thread Wolfgang Denk
Dear Daniele Bosi, In message [EMAIL PROTECTED] you wrote: !DOCTYPE html PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN html Please post plain text only on mailing lists. I encountered several problem debugging multithreated software with gdb on mpc512x, remotely (gdbserver) and locally.br