[Lldb-commits] [lldb] [lldb] Support riscv32 ELF corefiles (PR #115408)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Tue May 27 09:25:19 PDT 2025
DavidSpickett wrote:
@asb might have a IRSC-V Linux system handy to generate a core file from.
`lldb/test/API/functionalities/postmortem/elf-core/main_fpr.c` would cover GPR and FPR, I think that's all we need here. It can be added to `lldb/test/API/functionalities/postmortem/elf-core/TestLinuxCore.py` like the RV64 ones were.
If @asb can generate them I think @JDevlieghere can update the tests without needing access to the system itself.
https://github.com/llvm/llvm-project/pull/115408
More information about the lldb-commits
mailing list