<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" id="owaParaStyle"></style>
</head>
<body fpstyle="1" ocsi="0">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Hi,
<div><br>
</div>
<div>I noticed that by default lldb does not read .debug_frame section to unwind frames but relies <span style="font-size: 10pt;">instead </span><span style="font-size: 10pt;">on .eh_frame .</span></div>
<div><br>
</div>
<div>Is there a way to fallback to reading .debug_frame?</div>
<div><br>
</div>
<div>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.</div>
<div><br>
</div>
<div>
<div>error: unable to find CIE at 0x00000014 for cie_id = 0x000000c8 for entry at 0x0<span style="font-size: 10pt;">00000d8.</span></div>
<div>error: unable to find CIE at 0x0000004c for cie_id = 0x000000c8 for entry at 0x0<span style="font-size: 10pt;">0000110.</span></div>
<div>error: unable to find CIE at 0x00000068 for cie_id = 0x000000c8 for entry at 0x0<span style="font-size: 10pt;">000012c.</span></div>
<div><br>
</div>
</div>
<div>Thanks,</div>
<div><span style="font-size: 10pt;">-Philippe</span></div>
</div>
</body>
</html>