This is an archive of the discontinued LLVM Phabricator instance.

FuncUnwinders: prefer debug_frame over eh_frame
ClosedPublic

Authored by labath on May 24 2019, 2:52 AM.

Details

Summary

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.

Diff Detail

Repository
rLLDB LLDB

Event Timeline

labath created this revision.May 24 2019, 2:52 AM
clayborg accepted this revision.May 24 2019, 9:49 AM
This revision is now accepted and ready to land.May 24 2019, 9:49 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptMay 27 2019, 4:50 AM
Herald added a subscriber: teemperor. · View Herald Transcript