summaryrefslogtreecommitdiff
path: root/src/pal/src/exception
AgeCommit message (Expand)AuthorFilesLines
2018-06-01Fix alternate stack for Alpine docker on SELinux (#17936) (#17975)kasper31-12/+6
2018-03-31Fix remote unwind (#17351)Jan Vorlicek1-1/+0
2018-03-27Fix build without libunwind installed (#17221)Jan Vorlicek2-0/+12
2018-03-22Remove dependency on libunwind (#17094)Jan Vorlicek2-13/+0
2018-02-23Fix preventing memory allocation in signal handler (#16485)Jan Vorlicek1-8/+5
2018-02-20Prevent memory allocation in signal handler (#16384)mlabiuk2-16/+48
2018-02-15sigsegv_handler: handle case when it is called on original stack (#16276)Konstantin Baladurin2-14/+28
2018-01-26Fix FreeBSD build and update build instructions (#15998)Conrad Meyer1-0/+3
2018-01-25Fix asan false-positive errors: (#15563)Konstantin Baladurin1-0/+5
2017-12-07Don't change SIGINT/SIGQUIT handling when they are set to SIG_IGN (#15393)Tom Deseyn1-4/+20
2017-10-03Fix build with latest Xcode on OSX (#14282)Jan Vorlicek1-31/+1
2017-08-15Implement out of context stack unwinder (#13302)Mike McLaughlin2-250/+1088
2017-07-25Ignore specified signal when using perf (#12436)Steve MacLean1-0/+36
2017-07-17Create crash dump on unhandled SIGILL, SIGFPE, SIGSEGV, SIGTRAP, SIGBUS (#12842)Igor Kulaychuk1-0/+5
2017-07-05Mask INJECT_ACTIVATION_SIGNAL while on alternate signal stack.Aditya Mandaleeka1-0/+30
2017-06-17Fix chained hardware exception handling on Unix (#12344)Jan Vorlicek2-3/+7
2017-06-16Fix chained hardware exception handling on Unix (#12316)Jan Vorlicek2-10/+5
2017-06-12[Arm64/Unix] Add 64K page support (#10981)Steve MacLean1-6/+6
2017-04-24[x86/Linux] Remove unnecessary ResumeEsp field (#11167)Jonghyun Park1-1/+0
2017-04-08Handle SIGTERM on OSX (#10723)Koundinya Veluri2-14/+32
2017-02-26[x86/Linux] Use _X86_ instead of _TARGET_X86_ (#9816)Jonghyun Park1-3/+3
2017-02-24Remove getcontext and setcontext usage (#9759)Jan Vorlicek1-30/+3
2017-02-23[x86/Linux] Initial patch for EH funclet (#9601)Hanjoung Lee1-0/+4
2017-02-23Android: workaround absence of getcontext/setcontext (#9725)Frederik Carlier1-0/+27
2017-02-22Improve stack overflow reporting (#9650)Jan Vorlicek3-61/+158
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
2017-01-21Remove __GNUC__ version checks (#8978)Jan Vorlicek2-9/+0
2016-12-09Remove sscanf and sprintf usage (#8508)Jan Vorlicek1-1/+1
2016-12-04Fix several misspellings of exception and "a exception". (#8442)Jon Hanna2-2/+2
2016-11-29Capture YMM registers on OSX (#8365)John Chen1-0/+7
2016-11-26Fix building CoreCLR with Clang 3.9 (#8311)Jan Vorlicek1-1/+1
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 Vorlicek3-18/+43
2016-08-12Fix exception filter getter for native frames (#6723)Sasha Semennikov1-1/+1
2016-07-29Merge pull request #6521 from adityamandaleeka/remove_internal_freeAditya Mandaleeka1-1/+1
2016-07-28Remove CorUnix::InternalFree.Aditya Mandaleeka1-1/+1
2016-07-21Save and restore ymm registers in signal handlers.Aditya Mandaleeka2-7/+13
2016-07-21Remove include of <utility> from seh.cpp (#6359)Jan Vorlicek2-3/+32
2016-07-20Make PAL_SEHException smaller (#6267)Jan Vorlicek4-83/+210
2016-07-12active exception regression fix (#6117)chunseoklee1-0/+6
2016-06-28Fix Windows context to Unix context translation on AMD64 (#6027)Jan Vorlicek1-3/+2
2016-05-30Merge pull request #5087 from myungjoo/fix/4859/janvorli_suggestionJan Kotas1-1/+0
2016-05-30ARM: Remove workaround no more requiredMyungJoo Ham1-1/+0
2016-05-27Fix debuggertests failures OSX. (#5267)Mike McLaughlin2-4/+9
2016-05-23Change Unix HW exception unwinding to not to go through signal trampoline (#5...Jan Vorlicek1-0/+2
2016-05-17Put SIGTERM registration behind a PAL initialization flag.Aditya Mandaleeka3-6/+17
2016-05-12Address code review feedback.Pat Gavlin1-1/+1
2016-05-12Chain activation signal handlers in the PAL.Pat Gavlin1-18/+27