commit | ae4ec62cc9a027ed017f640305be9c3d630f5775 | [log] [tgz] |
---|---|---|
author | Pavel Labath <pavel@labath.sk> | Mon May 27 11:53:24 2019 +0000 |
committer | Pavel Labath <pavel@labath.sk> | Mon May 27 11:53:24 2019 +0000 |
tree | a531fe25048e9088575666ef599afe519c214544 | |
parent | a53d48b7f45d45c7ffbfe9cffcf6be078cab2f66 [diff] |
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