llvm-project/lldb/lit/Unwind/Inputs
Pavel Labath ae4ec62cc9 FuncUnwinders: prefer debug_frame over eh_frame
The two sections usually contain the same information, and we rarely
have both kinds of entries for a single function. However, in theory the
debug_frame plan can be more complete, whereas eh_frame is only required
to be correct at places where exceptions can be thrown.

Reviewers: jasonmolenda, clayborg

Subscribers: lldb-commits

Differential Revision: https://reviews.llvm.org/D62374

llvm-svn: 361758
2019-05-27 11:53:24 +00:00
..
call-asm.c Make eh-frame-dwarf-unwind.test run on non-linux platforms 2019-05-07 16:13:05 +00:00
eh-frame-dwarf-unwind.s Make eh-frame-dwarf-unwind.test run on non-linux platforms 2019-05-07 16:13:05 +00:00
eh-frame-small-fde.s
prefer-debug-over-eh-frame.s FuncUnwinders: prefer debug_frame over eh_frame 2019-05-27 11:53:24 +00:00
unwind-plan-dwarf-dump.s