Description
Splitting this out from #285:
@timrobertsdev wrote:
I've been attempting to investigate why, but I've been having a little trouble getting
rust-gdb
andrust-lldb
to recognize the symbols in theuefi-test-runner.efi
binary. Oddly enough,objdump -f
reports that it is flagged asHAS_DEBUG
, butobjdump -t
wasn't able to find any symbols. Attempingimage dump symtab
inrust-lldb
results innum-symbols = 0
. I've probably got something setup incorrectly on my end, any advice would be greatly appreciated.
I don't know the answer to this, but it would be nice to have a straightforward way to debug an application built with uefi-rs running under qemu. I'm not sure if there is something that currently works and it just needs some documentation, or if there's work needed in the toolchain.