Hi, I noticed that by default lldb does not read .debug_frame section to unwind frames but relies instead on .eh_frame .
Is there a way to fallback to reading .debug_frame? I tried getting DWARFCallFrameInfo to read a .debug_frame section, but it fails interpreting the CIE_id field. It assumes that it is a CIE Pointer. error: unable to find CIE at 0x00000014 for cie_id = 0x000000c8 for entry at 0x000000d8. error: unable to find CIE at 0x0000004c for cie_id = 0x000000c8 for entry at 0x00000110. error: unable to find CIE at 0x00000068 for cie_id = 0x000000c8 for entry at 0x0000012c. Thanks, -Philippe
_______________________________________________ lldb-dev mailing list lldb-dev@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev