You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now I want to debug UEFI with gdb.
when I use gdb-multiarch -tui SecMainRiscV64.debug and set breakpoint in: SecStartup,I set cmd continue.
But the Qemu can not stop in my breakpoint.How can I use gdb to set breakpoint to stop Qemu?
and, I want to know how to determine the entry point(the whole dsc)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Now I want to debug UEFI with gdb.
when I use gdb-multiarch -tui SecMainRiscV64.debug and set breakpoint in: SecStartup,I set cmd continue.
But the Qemu can not stop in my breakpoint.How can I use gdb to set breakpoint to stop Qemu?
and, I want to know how to determine the entry point(the whole dsc)
Beta Was this translation helpful? Give feedback.
All reactions