Tool/software:
Hi,
I need to trace some code flow in kernel module, some study shows that it can be done by dump_stack() with CONFIG_DEBUG_INFO and CONFIG_KALLSYMS_ALL enabled.
After doing that, I still see the call trace with addresses only.
Is it that the linux SDK's toolchain not supporting ? or is it a must to use GDB to resolve those addresses to lines of code ?
I am using this SDK "ti-processor-sdk-linux-rt-am62pxx-evm-11.0009.04"
Thanks.