Hi Team,
Setup:
seL4 Version : 13
Debugging: Debugging ELFloader code
Platform: arm64
Build Type: CMAKE_BUILD_TYPE:STRING=Debug
I have compiled the seL4 for arm64 based hardware and able to run seL4 kernel from elfloader successfully.
For Debugging i have enabled debug symbols as mentioned above. Now on target, i have attached lauterbach to debug further. I am able to see all symbols and breakpoint is getting hit from break.list, when i tried to set breakpoint from c code. But unfortunately step into c code is not working. if i set break point from multiple c files, still breakpoint is gettting hit, but step into c code is not working, only working in assembly.
Is seL4 debugging tried with JTAG ?