[Lldb-commits] [lldb] [lldb][RISCV] Handle subsets of CSRs in RV32 core dump images (PR #142932)

Alexey Merzlyakov via lldb-commits lldb-commits at lists.llvm.org
Wed Apr 29 03:16:23 PDT 2026


https://github.com/AlexeyMerzlyakov commented:

Regarding the file structure: we previously agreed on the overall layout. While I still think it's better to unify these structures under Info eventually, I’m okay with using InfoPOSIXDynamic specifically for coredumps in this PR.

The current version of the patch is a notable improvement and seems like a step in the right direction. I've left a few minor comments below, but overall, it looks good enough for this optimization cycle.

https://github.com/llvm/llvm-project/pull/142932


More information about the lldb-commits mailing list