bao-hypervisor
bao-hypervisor copied to clipboard
How to debug bao with gdb?
I want to use gdb to debug bao, I don't know if I can debug it, or if there are other debugging methods?
It really depends on the platform you are targeting. If you are running bao on qemu, we can simply run it with the -s -S
options and attach using the toolchain's gdb.