Tool/software:
Hi!
I use CCS 12.4.
Is it possible to get backtrace of all RTOS tasks, e.g. "threads apply all bt" in gdb? Or any other way to stop and debug stuck (e.g. deadlocked) task.
Thanks in advance!
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software:
Hi!
I use CCS 12.4.
Is it possible to get backtrace of all RTOS tasks, e.g. "threads apply all bt" in gdb? Or any other way to stop and debug stuck (e.g. deadlocked) task.
Thanks in advance!
Hello,
Can you elaborate on what you mean when you say backtrace? You can potentially use ROV Classic or the Runtime Object Viewer (ROV) within CCS which will appear under "Tools" when the tab shows up when debugging
Best Regards,
Pedrhom
Hi Pedrhom,
Thank you very much for your reply.
Here is the definition I've found in interner: A backtrace is a list of the function calls that are currently active in a thread. It could be that it's more related to gdb, but in another tools it can be called "stack trace". In CCS I can see it in the "Debug" tab.
Thanks, I'm figuring out with ROV. According to documentation from SDK, it's impossible to use it with makefile-base project.
With ROV classic I get "Can't extract RTSC configuration package path from ...". I haven't found any decumentation related to ROV classic. Should it work with makefile-base project?
Thanks in advance,
Best regards
Aleksandr