[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
Tue Apr 28 23:01:41 PDT 2026
================
----------------
AlexeyMerzlyakov wrote:
I see your point about symmetry with GPR and FPR offsets. However, since `CSR_OFFSET` isn't actually used in the code yet, it feels like adding an non-functional entity at this stage. If so and it's purely for the sake of consistency, I’d prefer to avoid adding redundant code for now and revisit this when it's actually needed.
https://github.com/llvm/llvm-project/pull/142932
More information about the lldb-commits
mailing list