[Bug 25632] New: LLDB does not use the .debug_frame section to read the CFI

Bug ID 25632
Summary LLDB does not use the .debug_frame section to read the CFI
Product lldb
Version unspecified
Hardware PC
OS Linux
Status NEW
Severity normal
Priority P
Component All Bugs
Assignee lldb-dev@lists.llvm.org
Reporter ravithejawork@gmail.com
CC llvm-bugs@lists.llvm.org
Classification Unclassified

LLDB does not use the .debug_frame section to read the CFI, this was observed
for clang compiler with 32 bit option on a 64 bit machine. The
DWARFCallFrameInfo class is instantiated with the .eh_frame section, although
sometimes some of the CFI info may also be present in .debug_frame. To
reproduce, compile any C application with clang for 32 bit on a 64 bit machine.