Hi,
I am running my Linux application on Zoom eXperimenter Kit from Logic. The processor is TI OMAP L138. The GDB debugger is from Soucery G++ Lite, ie arm-none-linux-gnueabi-gdb.
I am performing the debugging remotely using gdbserver. Whenever a breakpoint is hit on any thread, the main returns with the following print out.
Child terminated with signal = 0x5 (SIGTRAP)
Thus, there is no way for me to debug multithreaded application in Linux.
Is there any way out of this ?
rgds,
kc Wong