summaryrefslogtreecommitdiff
path: root/libunwind/src/Unwind-seh.cpp
AgeCommit message (Expand)Author
2025-10-16[libunwind] Fix aarch64 SEH unwinding with a debugger attached (#162867)Martin Storsjö
2025-05-09[libunwind] [SEH] Set NonVolatileRegisters before calling a personality funct...Martin Storsjö
2023-04-19[libunwind] [SEH] Add debug logging in __libunwind_seh_personalityMartin Storsjö
2023-04-11[libunwind] [SEH] Handle ExceptionContinueExecution in forced unwindingMartin Storsjö
2023-04-06[libunwind] Fix a typo in a debug log message. NFC.Martin Storsjö
2022-08-20[libunwind] Fixed a number of typosGabriel Ravier
2022-06-06[libunwind] Don't store a predecremented PC when using SEHMartin Storsjö
2022-06-06[libunwind] Fix SEH unwinding on ARMMartin Storsjö
2021-11-17[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne
2021-08-20[libunwind] Add UNW_AARCH64_* beside UNW_ARM64_*Fangrui Song
2021-08-11[libunwind] Compile with -Wunused-but-set-variableDaniel Kiss
2020-10-12[libunwind] [SEH] Don't interact with foreign exceptionsMartin Storsjö
2020-02-10unwind: rename `__personality_routine` to `_Unwind_Personality_Fn`Saleem Abdulrasool
2019-04-03[libunwind] Export the unw_* symbols as weak symbolsPetr Hosek
2019-02-02[libunwind] Provide placement new definitionPetr Hosek
2019-01-29Drop the dependency on <algorithm>, add placement new inlinePetr Hosek
2019-01-28Revert "[libunwind] Drop the dependency on <algorithm>, add placement new inl...Petr Hosek
2019-01-28[libunwind] Drop the dependency on <algorithm>, add placement new inlinePetr Hosek
2019-01-22Silence warnings about unused parametersMartin Storsjo
2019-01-22Remove an unused variableMartin Storsjo
2019-01-22Fix warnings about printf format stringsMartin Storsjo
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-18[SEH] Add initial support for AArch64Martin Storsjo
2018-12-11[SEH] Zero-initialize EXCEPTION_RECORD and UNWIND_HISTORY_TABLE before callin...Martin Storsjo
2018-08-31Fix existing code for SEH on ARM to compile correctlyMartin Storsjo
2018-08-30Add support for SEH unwinding on Windows.Charles Davis