summaryrefslogtreecommitdiff
path: root/src/pal/src/exception/seh-unwind.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-10-07fix dwarf-based unwinding to the end of stacksubmit/tizen_5.5_wearable_hotfix/20201030.060217accepted/tizen/5.5/unified/wearable/hotfix/20201103.003343tizen_5.5accepted/tizen_5.5_unified_wearable_hotfixYaroslav Yamshchikov1-1/+1
2019-02-07More PAL layer cleanup for GNU and add build script support for GCC (#22369)Sinan Kaya1-0/+4
2019-02-01Coreclr gnuport (#22129)Sinan Kaya1-1/+1
2018-10-10Fix unwind on ARM64 Linux (#20345)Jan Vorlicek1-7/+6
2018-03-27Fix build without libunwind installed (#17221)Jan Vorlicek1-0/+6
2018-03-22Remove dependency on libunwind (#17094)Jan Vorlicek1-9/+0
2017-08-15Implement out of context stack unwinder (#13302)Mike McLaughlin1-250/+2
2017-06-17Fix chained hardware exception handling on Unix (#12344)Jan Vorlicek1-2/+2
2017-06-16Fix chained hardware exception handling on Unix (#12316)Jan Vorlicek1-8/+3
2017-04-24[x86/Linux] Remove unnecessary ResumeEsp field (#11167)Jonghyun Park1-1/+0
2017-02-17[ARM64/Unix] (#9500)Steve MacLean1-0/+1
2017-02-17[x86/Linux] Fix GetCallerSp (#9384)Jonghyun Park1-0/+1
2017-01-24[x86/Linux] Fix EH Region Mismatch (#9043)Jonghyun Park1-2/+2
2016-11-24[x86/Linux] Fix unsupported architecture in seh-unwind.cpp (#8262)SaeHie Park1-0/+27
2016-10-04Add support for Alpine Linux (#7440)Jan Vorlicek1-18/+31
2016-07-21Remove include of <utility> from seh.cpp (#6359)Jan Vorlicek1-2/+1
2016-07-20Make PAL_SEHException smaller (#6267)Jan Vorlicek1-35/+106
2016-07-12active exception regression fix (#6117)chunseoklee1-0/+6
2016-05-30ARM: Remove workaround no more requiredMyungJoo Ham1-1/+0
2016-04-29Treat NetBSD like FreeBSD and OSX in PAL_VirtualUnwind() (#4551)Kamil Rytarowski1-4/+4
2016-04-25Renames UpdateUnwindContextWithWinContextJonghyun Park1-6/+4
2016-04-22Style fix: Merges two #ifdef blocksJonghyun Park1-2/+0
2016-04-21Uses initialized unw_context_t instead of uninitialized oneJonghyun Park1-24/+32
2016-03-25Fix ARM/Unwind: explicitly mark the end of stackMyungJoo Ham1-3/+3
2016-03-05Replace all uses of __LINUX__ with the lower caseGeunsik Lim1-4/+4
2016-03-04Fix PAL_VirtualUnwind Behavior with Clutters in PCMyungJoo Ham1-0/+1
2016-03-04Fix Stack Unwind for ARM/LinuxMyungJoo Ham1-13/+25
2016-02-05Detect libunwind features allowing LLVMs libunwind to be usedBen Pye1-7/+7
2016-01-27Update license headersdotnet-bot1-5/+3
2016-01-22Fix PAL_VirtualUnwindOutOfProc for the case where unw_context is not a uconte...Geoff Norton1-4/+3
2015-12-02Some SOS fixes/cleanup (bpmd, setclrpath, setsostid).Mike McLaughlin1-14/+10
2015-10-28[arm] Fix context accessor function namingGeoff Norton1-4/+4
2015-10-27[arm] Clean up a few places where the arm build has bit rottedGeoff Norton1-26/+4
2015-10-07Fix OSX hardware exception handlingJan Vorlicek1-2/+1
2015-09-30Remove references to libunwind-ptrace to fix build on RPM distrosEugene1-4/+30
2015-09-16Fix ARM build regressionBen Pye1-1/+3
2015-09-15Use out-of-proc libunwind to unwind native stack from DACEugene1-3/+228
2015-09-11Fix null reference exception handling in JIT_WriteBarrierJan Vorlicek1-4/+25
2015-09-03Fix warnings about Get/SetPc functionsAditya Mandaleeka1-0/+4
2015-08-03Fix ARM build regressionBen Pye1-2/+2
2015-07-31Merge pull request #1285 from benpye/linux-arm-stack-unwindingJan Vorlicek1-4/+4
2015-07-31Modify unwinder to provide RtlVirtualUnwind.Ben Pye1-4/+4
2015-07-27[aarch64] Initial aarch64/linux bring upGeoff Norton1-7/+71
2015-07-24Add ARM target for CoreCLR on Linux.Ben Pye1-9/+42
2015-06-19Enable bpmd command even unjitted functions work.Mike McLaughlin1-0/+12
2015-06-18Fix stack unwinding for FreeBSD.Jostein Kjønigsen1-4/+4
2015-04-08Refactor context register access in seh-unwind.cppJan Vorlicek1-12/+18
2015-03-20Fix unwinding past main on OSXGeoff Norton1-0/+22
2015-03-16Make GC work without context pointers on OSXJan Vorlicek1-1/+2
2015-02-28Filter out faked save locations returned by libunwindJan Kotas1-10/+13