Closed shangoue closed 8 months ago
Many thanks for your bug report.
Under testing I've noticed that depending on the target system / possibly lldb version both the aliases lr
/fp
and x29
/x30
can be returned. For example qemu aarch64 targets only return x29
/x30
.
I've therefore just appended lr
and fp
to the list of registers we pull out which should be a safe way to handle both scenarios.
Hi, here is a small patch proposal to fix the display of x29 and x39 in llef:
Here is my LLDM version:
Thanks for this great project!