Hi, everyone, I'd like to debug multi-thread program on my custon board (MPC860) with remote debugger.
I'm using cross gdb, gdbserver, and kernel from monta vista, (gdb 4.17, linux 2.2.13) I test test code on my host PC, it works well. But I doesn't work on target Just after the new thread being created, gdb displays these message, 17 if (pthread_create(&tid, NULL, sayHello, NULL) ) (gdb) s Program received signal SIGPWR, Power fail/restart. 0xfee0724 in ?? () (gdb) And the gdb doesn't show thread info, like this (gdb) info thread warning: RMT ERROR : failed to get remote thread list (gdb) Is it impossible to debug multi-thread with remote-debugging? I'm looking forward to your helps, thanks. Have a nice weekend! ** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
