summaryrefslogtreecommitdiff
path: root/src/pal/src/exception
AgeCommit message (Expand)AuthorFilesLines
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
2016-05-09Let all signals be unblocked on Unix (#4863)Jan Vorlicek1-2/+0
2016-04-29Treat NetBSD like FreeBSD and OSX in PAL_VirtualUnwind() (#4551)Kamil Rytarowski1-4/+4
2016-04-26Add SIGTERM handling logic that properly shuts down the EE.Aditya Mandaleeka1-1/+33
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-04-14Fix potential deadlock when calling ExecutionManager::IsManagedCodeJan Vorlicek2-2/+2
2016-04-14Fix possibility of deadlock in the SIGSEGV handlerJan Vorlicek2-130/+68
2016-04-12Fix hardware exception handling in native code on BSDJan Vorlicek1-1/+43
2016-03-25Fix ARM/Unwind: explicitly mark the end of stackMyungJoo Ham1-3/+3
2016-03-24Fix: macro usage of __linux__.MyungJoo Ham1-2/+2
2016-03-05Replace all uses of __LINUX__ with the lower caseGeunsik Lim2-6/+6
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-27Further cleanup of environment code.Aditya Mandaleeka1-1/+1
2016-02-26Fix all callers of environment functions.Aditya Mandaleeka3-3/+7
2016-02-26Fix the osx exception port forwarding limitations.Mike McLaughlin4-656/+898
2016-02-12Fix tracing lib problems in multiple PALs. Issue #3164.Mike McLaughlin1-8/+8
2016-02-12Fix build issue on NetBSD: Include <stdlib.h> for alloca(3)Kamil Rytarowski1-4/+0
2016-02-08Merge pull request #2898 from adityamandaleeka/remove_sigprocmaskAditya Mandaleeka1-10/+11
2016-02-07Disable FEATURE_HIJACK in NetBSD as unimplementedKamil Rytarowski1-0/+16
2016-02-05Detect libunwind features allowing LLVMs libunwind to be usedBen Pye1-7/+7
2016-01-28Use pthread_sigmask to change the mask of blocked signals.Aditya Mandaleeka1-10/+11
2016-01-27Update license headersdotnet-bot8-33/+24
2016-01-26Merge pull request #2821 from mikem8361/osxbpfixMike McLaughlin3-891/+281
2016-01-26Fix OSX bps for PC-relative instructions.Mike McLaughlin3-891/+281
2016-01-25Merge pull request #2807 from kangaroo/seh-unwind-context-fixJan Vorlicek1-4/+3
2016-01-22Fix PAL_VirtualUnwindOutOfProc for the case where unw_context is not a uconte...Geoff Norton1-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 Mandaleeka3-3/+25
2016-01-14Add debugger launch to dbgshim for xplat.Mike McLaughlin2-26/+66
2016-01-14Fix Unix stack overflow detectionJan Vorlicek2-22/+31
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-12-02Some SOS fixes/cleanup (bpmd, setclrpath, setsostid).Mike McLaughlin1-14/+10
2015-11-12Fix Thread.Start while debugging bug on OSX.Mike McLaughlin2-34/+77
2015-11-04Remove SetConsoleCtrlHandler from Unix PALstephentoub3-706/+0
2015-11-03Merge pull request #1922 from janvorli/fix-multiple-exception-helpersJan Vorlicek1-13/+2
2015-11-02Remove thread parameter from InternalMalloc/Free/New/DeleteAditya Mandaleeka1-3/+3
2015-11-02Remove USE_SIGNALS_FOR_THREAD_SUSPENSIONAditya Mandaleeka1-55/+0
2015-11-02Fix handling of embedded scopes with multiple exception holdersJan Vorlicek1-13/+2
2015-10-29Merge pull request #1873 from kangaroo/arm-cleanupAditya Mandaleeka2-32/+12
2015-10-28[arm] Fix context accessor function namingGeoff Norton2-10/+10