Tool/software: Code Composer Studio
I am trying to debug Jailhouse on CCS v8 for an A72 core
I can load the symbols and I can see all funtions listed when trying to set breakpoints.
But when the breakpoint is hit, the CCS cannot trace back the file name and line number, so I cannot see the breakpoint in the source file.
Which means, I cannot step through line-by-line, cannot view local, global variables, I cannot even write expressions with data structure pointers.
I made sure that the binary is built with -g debug options and confirmed by running an objdump on that file.
objdump can disassemble and describe all the source code lines easily.
Attaching the file for your reference. Just load the symbols and try to set the PC to any of the functions(e.g. arch_cell_create)
CCS should ideally start looking for the source file in which that function is defined. But this won't happen.
Please help
Nikhil D