summaryrefslogtreecommitdiff
path: root/src/pal/src/exception/seh.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-02-16Fix visibility and signed comparison issues for GCC (#22586)Adeel Mujahid1-13/+12
2019-02-01Coreclr gnuport (#22129)Sinan Kaya1-6/+6
2018-08-19 Free the alternate signal stack if this PAL's thread allocated it. (#19539)Mike McLaughlin1-1/+1
2018-07-12Add prefix to DAC's PAL exports for alpine (#18873)Mike McLaughlin1-27/+15
2018-02-20Prevent memory allocation in signal handler (#16384)mlabiuk1-0/+34
2018-02-15sigsegv_handler: handle case when it is called on original stack (#16276)Konstantin Baladurin1-2/+2
2017-10-03Fix build with latest Xcode on OSX (#14282)Jan Vorlicek1-31/+1
2017-04-08Handle SIGTERM on OSX (#10723)Koundinya Veluri1-4/+1
2017-02-26[x86/Linux] Use _X86_ instead of _TARGET_X86_ (#9816)Jonghyun Park1-3/+3
2017-02-23[x86/Linux] Initial patch for EH funclet (#9601)Hanjoung Lee1-0/+4
2017-02-22Improve stack overflow reporting (#9650)Jan Vorlicek1-1/+1
2016-11-26Fix building CoreCLR with Clang 3.9 (#8311)Jan Vorlicek1-1/+1
2016-10-04Add support for Alpine Linux (#7440)Jan Vorlicek1-0/+6
2016-08-12Fix exception filter getter for native frames (#6723)Sasha Semennikov1-1/+1
2016-07-21Remove include of <utility> from seh.cpp (#6359)Jan Vorlicek1-1/+31
2016-07-20Make PAL_SEHException smaller (#6267)Jan Vorlicek1-19/+27
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 Mandaleeka1-1/+1
2016-04-14Fix possibility of deadlock in the SIGSEGV handlerJan Vorlicek1-4/+32
2016-04-12Fix hardware exception handling in native code on BSDJan Vorlicek1-1/+43
2016-03-24Fix: macro usage of __linux__.MyungJoo Ham1-2/+2
2016-03-05Replace all uses of __LINUX__ with the lower caseGeunsik Lim1-2/+2
2016-02-12Fix build issue on NetBSD: Include <stdlib.h> for alloca(3)Kamil Rytarowski1-4/+0
2016-01-27Update license headersdotnet-bot1-4/+3
2016-01-22NetBSD: Add a kludge to disable unimplemented SEHEnable()/Disable()Kamil Rytarowski1-2/+2
2016-01-15Add support for GCStress 0xC.Aditya Mandaleeka1-0/+21
2015-12-24GC OS interface refactoringJan Vorlicek1-6/+2
2015-12-09Disable h/w exceptions for coreclr (non-DAC) builds.Mike McLaughlin1-1/+0
2015-11-12Fix Thread.Start while debugging bug on OSX.Mike McLaughlin1-20/+17
2015-11-04Remove SetConsoleCtrlHandler from Unix PALstephentoub1-28/+0
2015-11-02Fix handling of embedded scopes with multiple exception holdersJan Vorlicek1-13/+2
2015-10-10code,pal: Removes unused headers.Peter Jas1-4/+3
2015-10-06Fix managed breakpoints on OSx.Mike McLaughlin1-1/+3
2015-10-01Add native exception filter holder.Mike McLaughlin1-12/+81
2015-06-06Fix SIGINT and SIGQUIT handling on Linux / FreeBSDJan Vorlicek1-1/+6
2015-04-24Implemented hardware exception chaining.Mike McLaughlin1-11/+8
2015-04-22Changed the VM's hardware exception to return if not in manged code. For DAC'...Mike McLaughlin1-12/+81
2015-04-05Make FreeBSD handle exceptions like Linux.Jostein Kjønigsen1-2/+2
2015-03-19Enable the rest of the Dump commands and supporting functions.Mike McLaughlin1-15/+21
2015-03-18Implement hardware exception handlingJan Vorlicek1-0/+9
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+196