Other Parts Discussed in Thread: OMAPL138
Hello,
I'm using CCS5.0.3 to connect a remote target (linux 2.6.x) via TCP connection for a remote GDB debug.
Debugging on single-process program is good, can step, set breakpoints and view memory /variables/ registers.
But when switching to a multi-threads program, debugging always freezes when stepping over sem_post() (to wake up a lower priority thread).
How to avoid it?