[Lldb-commits] [lldb] [lldb] Implement DW_CFA_val_offset and DW_CFA_val_offset_sf (PR #150732)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Wed Jul 30 00:25:10 PDT 2025


labath wrote:

Okay I see what you mean now. I agree with your assessment. The code looks code. The test you added only checks that the eh_frame section was parsed correctly. Could you also add a test to verify that we compute the right register value? I'm imagining something like test/Shell/Unwind/eh-frame-dwarf-unwind.test, maybe using `register read` to print a register value in non-zero frame.

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


More information about the lldb-commits mailing list