[Lldb-commits] [lldb] [lldb] Implement DW_CFA_val_offset and DW_CFA_val_offset_sf (PR #150732)
Daniel Sanders via lldb-commits
lldb-commits at lists.llvm.org
Wed Jul 30 19:25:06 PDT 2025
dsandersllvm wrote:
I've added a test case to confirm it is read correctly computing the value. As I pushed it, it occurred to me that I should make the offset non-zero so I'll fix that quick.
I don't think the non-standard return pointer bit from eh-frame-dwarf-unwind.test should be necessary but if I remove it, lldb starts trying to read the code instead of using the CFI and it stops unwinding correctly
https://github.com/llvm/llvm-project/pull/150732
More information about the lldb-commits
mailing list