[PATCH] D44494: [libunwind] Support __register_frame with a full .eh_frame section
Martin Storsjö via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 14 13:38:18 PDT 2018
mstorsjo created this revision.
mstorsjo added reviewers: rnk, compnerd.
Previously, the __register_frame function supported registering an FDE for one individual function at a time. The function could also be used registering a full .eh_frame section of a module (which is how libgcc sets up unwinding).
Repository:
rUNW libunwind
https://reviews.llvm.org/D44494
Files:
src/UnwindCursor.hpp
src/libunwind.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44494.138450.patch
Type: text/x-patch
Size: 5177 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180314/14b2b00a/attachment.bin>
More information about the cfe-commits
mailing list