summaryrefslogtreecommitdiff
path: root/src/pal/src/exception
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
2020-01-16[automated] Merge branch 'release/3.0' => 'release/3.1' (#28002)dotnet-maestro-bot1-1/+7
2019-08-19arm64 out of proc unwind for DAC (#26156)Mike McLaughlin1-10/+69
2019-08-07Port to 3.0 - Fix WSL alternate stack check (#25980)Jan Vorlicek1-5/+26
2019-06-21Fix OSX floating point state extraction (#25295)Jan Vorlicek1-7/+18
2019-06-17Enable running SIGSEGV handler on non-alternate stack (#25196)Jan Vorlicek1-3/+27
2019-02-16Fix visibility and signed comparison issues for GCC (#22586)Adeel Mujahid2-40/+39
2019-02-07More PAL layer cleanup for GNU and add build script support for GCC (#22369)Sinan Kaya2-0/+8
2019-02-01Coreclr gnuport (#22129)Sinan Kaya2-7/+7
2019-01-24Disable exception handling on MacOS when DLL like DAC, etc. (#22171)Mike McLaughlin1-70/+77
2019-01-15On SIGTERM default to a non-zero exit code (#21300)Tom Deseyn1-84/+107
2018-10-10Fix unwind on ARM64 Linux (#20345)Jan Vorlicek1-7/+6
2018-08-19 Free the alternate signal stack if this PAL's thread allocated it. (#19539)Mike McLaughlin2-113/+9
2018-08-14Code review feedback for the alternate stack changes (PR #19309). (#19476)Mike McLaughlin1-9/+4
2018-08-06Only register signals and create alt exception stack in coreclr. (#19309)Mike McLaughlin1-91/+109
2018-07-12Add prefix to DAC's PAL exports for alpine (#18873)Mike McLaughlin1-27/+15
2018-06-28Fix alternate stack cleanup on MUSL (#18685)Jan Vorlicek1-0/+4
2018-05-10Fix alternate stack for Alpine docker on SELinux (#17936)Jan Vorlicek1-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