[Lldb-commits] [lldb] [LLDB] Fix 64 bit support for CIE and FDE handling in DWARFCallFrameInfo (PR #158350)
David Peixotto via lldb-commits
lldb-commits at lists.llvm.org
Tue Sep 16 11:17:06 PDT 2025
dmpots wrote:
> I do not know the proper way to test this change and am open to recommendations on how to add a test
We should be able to add a test to DWARFCallFrameInfoTest using an ELF YAML file that has a 32-bit/64-bit CIE.
Here is an example where I added a minimal CIE entry for testing.
https://github.com/clayborg/llvm-project/pull/43/files#diff-203f02495ba27888f5299515d238956d6abc1efe8fdc07d89a6347a84ff8d016
https://github.com/llvm/llvm-project/pull/158350
More information about the lldb-commits
mailing list