Hi, We use the CCS offline debugger to analyze the stack backtrace following a crash. This feature has been a life saver for us to debug issues out in the field. Thanks a lot for this one. There is one issue we are facing and am not sure if this has been fixed in recent version of ccs. We are using an older 5.1 version. If the debugger encounters a library which doesn’t have symbols then it halts unwinding. We have a mix where some libraries have symbols while others don’t. We are trying to address that problem. Meanwhile, is there a way to continue unwinding the entire stack. Here is a failure case. Any thoughts?
0 ti_uia_runtime_LoggerCircBuf_write4__E(struct ti_uia_runtime_LoggerCircBuf_Object *, unsigned int, unsigned short, int
, int, int, int) at /db/vtree/library/trees/uia/uia.git/src/ti/uia/runtime/LoggerCircBuf.c:1036 PC = 0x9C1AD7F3 FP = 0x9
CD2AA88
Unwind halted because ti_uia_runtime_LoggerCircBuf_write4__E has only skeletal debug info
Thanks.