I am trying to debug my project on trace32, I am loading the ELF which has been cross compiled for RISC-V. While running the binary I see only the assembly code and not my source code which makes it harder to debug and adding breakpoints.
According to the Lauterbach I should add the source path, but I have a large project with multiple directories and files. How should I add them should add all the source files individually?
I am simply using this script to load my binary:
system.down
system.reset
system.up
Data.Load.elf <pathtoelf>