Has anyone else experienced problems debugging Linux omx applications with gdb/gdbserver? I find that once omx starts it's multitude of threads, I can no longer break with gdb. Enabling the debug output from gdbserver itself, and taking a look at the relevant PIDs in /proc, I can see that two of the threads cannot seem to be stopped. Is it possible they are doing some unstoppable operation in kernel mode? Anyone else experience this?
Thanks,
Joel