Hi all,
Is it possible to install emulator-side software on attach to emulator through gdb to use backtrace(bt)? For example when debug C++ code, when gdb catches SIG_SEGV for example it is possible to see backtrace and the state of program in the fall moment. It it possible to do something like this in Tizen SDK? And more I found out that gdb throws out from debugging mode without any reason when i attach them to emulator and do step over. So it it not possible to debug in normal mode tizen applications for me, so i must do something like printf or applog and compare output. It takes a lot of time(if compare to backtrace for example).
Thanks in advance, Nikolay