[Lldb-commits] [lldb] [lldb] Support riscv32 ELF corefiles (PR #115408)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Mon May 19 14:54:00 PDT 2025
JDevlieghere wrote:
@jasonmolenda Yes, my understanding is that the GPRs are 33*8=264 bytes for riscv64 and 33*4=132 bytes for riscv32. The FPR start at offset 132.
https://github.com/llvm/llvm-project/pull/115408
More information about the lldb-commits
mailing list