According to RISC-V DWARF Specification add RISCV DWARF Registers.
Don't worry about the difference between riscv32 and riscv64, they just have different bytes of registers.
Differential D130686
[LLDB][RISCV] Add DWARF Registers Emmmer on Jul 28 2022, 12:49 AM. Authored by
Details According to RISC-V DWARF Specification add RISCV DWARF Registers. Don't worry about the difference between riscv32 and riscv64, they just have different bytes of registers.
Diff Detail Event TimelineComment Actions I couldn't find a definition for Alternate Frame Return Column. Perhaps it's this "alternate link register" I see elsewhere that's used for calling compressed code functions? Seems like a thing you could easily add later if needed. LGTM. Comment Actions Add missing Alternate Frame Return Column. It is used for storing the address where the signal handler will return, so we might need it. |