Hi,
i am trying to perform remote debugging of my Codec Engine based application, but not able to succeed.
After trying for long time (and with the help of the post: http://e2e.ti.com/support/embedded/f/354/t/47210.aspx) , i am able to run my application on the target using gdbserver remotely.
But gdb on the host side is not able to catch any exception/signal, if it is raised after "Engine_open()" function call. It just hangs waiting for a signal. And it is able to catch the exception/signal if it is raised before "Engine_open()" function call.
Now, my question is, what does Engine_open function do to restrict gdb in catching any signal? How can i overcome this problem?
I am currently using DVSDK 3.10.00.12
Any help would be greatly appreciated.
Thank you in advance,
Prashanth