This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libunwind.
from bd4a414 NFC: Test commit access new 1f89d78 Add support for SEH unwinding on Windows.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/__libunwind_config.h | 11 +- include/unwind.h | 20 +- src/AddressSpace.hpp | 6 +- src/CMakeLists.txt | 3 +- src/Unwind-seh.cpp | 468 ++++++++++++++++++++++++++++++++++ src/UnwindCursor.hpp | 581 +++++++++++++++++++++++++++++++++++++++++++ src/UnwindLevel1-gcc-ext.c | 4 + src/UnwindLevel1.c | 3 + src/config.h | 6 +- 9 files changed, 1091 insertions(+), 11 deletions(-) create mode 100644 src/Unwind-seh.cpp