summaryrefslogtreecommitdiff
path: root/src/vm/exceptionhandling.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-02-02[x86/Linux] Convert Fake DBZ into OVF (#9295)Jonghyun Park1-5/+26
2017-01-26Show register name in UPDATEREG log (#9134)Jonghyun Park1-1/+1
2017-01-26Introduce REGDISPLAY_BASE (#9095)Jonghyun Park1-4/+1
2017-01-24[x86/Linux] Fix EH Region Mismatch (#9043)Jonghyun Park1-4/+7
2017-01-23[x86/Linux] Port two preconditions in ExceptionTracker::ResetThreadAbortStatu...Jonghyun Park1-2/+4
2017-01-23Rename Esp in x86 REGDISPLAY as SP (#9070)Jonghyun Park1-4/+0
2017-01-23Remove PALAPI attribute from PAL Callback (#9075)Jonghyun Park1-4/+4
2017-01-16[x86/Linux] Port ''ExceptionTracker::UpdateNonvolatileRegisters' (#8915)Jonghyun Park1-1/+8
2017-01-12[x86/Linux] Port 'ExceptionTracker::ProcessOSExceptionNotification' (#8912)Jonghyun Park1-1/+1
2017-01-11[x86/Linux] Fix WIN64EXCEPTIONS build error (#8629)Jonghyun Park1-0/+4
2017-01-09Add two missing #ifdef related with FEATURE_CORRUPTING_EXCEPTIONS (#8850)Jonghyun Park1-0/+2
2016-12-21Delete FEATURE_LEGACYSURFACE (#8704)Jan Kotas1-55/+0
2016-10-27Add missing std::move to one exception throw (#7865)Jan Vorlicek1-1/+1
2016-07-25Arm64: DebuggerRama Krishnan Raghupathy1-1/+2
2016-07-20Make PAL_SEHException smaller (#6267)Jan Vorlicek1-38/+51
2016-07-01FIX #6074 : cannot find exception handler on arm (#6088)chunseoklee1-2/+2
2016-06-24Fix Issue #5542 (#5827)chunseoklee1-0/+10
2016-06-22Cleanup hardware exception handling (#5916)Jan Vorlicek1-28/+23
2016-06-10Fix rethrow of managed exception from native code (#5697)Jan Vorlicek1-3/+12
2016-05-27Fix GCStress 0xC on Unix (#5276)Jan Vorlicek1-7/+15
2016-05-23Change Unix HW exception unwinding to not to go through signal trampoline (#5...Jan Vorlicek1-13/+28
2016-05-01Fix #4496 (#4503)Jonghyun Park1-1/+6
2016-04-26Add SIGTERM handling logic that properly shuts down the EE.Aditya Mandaleeka1-0/+8
2016-04-15Style fix: remove obsolete contentsMyungJoo Ham1-12/+0
2016-04-14Fix potential deadlock when calling ExecutionManager::IsManagedCodeJan Vorlicek1-2/+10
2016-04-14Fix possibility of deadlock in the SIGSEGV handlerJan Vorlicek1-41/+45
2016-04-12Fix hardware exception handling in native code on BSDJan Vorlicek1-19/+1
2016-03-30Getting SOS to work on ARm64:Rama Krishnan Raghupathy1-2/+2
2016-03-08Fix Unix exception handling in finalizersJan Vorlicek1-1/+8
2016-02-16Fix missing exception corruption severity settingJan Vorlicek1-0/+24
2016-01-27Update license headersdotnet-bot1-4/+3
2016-01-27Fix exception in PreStubWorker call chain - updateJan Vorlicek1-35/+32
2016-01-26Fix exception in PreStubWorkerJan Vorlicek1-1/+14
2016-01-20Merge pull request #2706 from adityamandaleeka/gc_stressSergiy Kuryata1-1/+11
2016-01-15Add support for GCStress 0xC.Aditya Mandaleeka1-1/+11
2016-01-14Improve stack limit checking precisionJan Vorlicek1-24/+4
2016-01-06Fix div by zero or overflow detection on UnixJan Vorlicek1-4/+4
2016-01-05Fix exception tracker popping in a corner caseJan Vorlicek1-29/+2
2015-12-15Debugger transport pipe file cleanup - Part 2Mike McLaughlin1-1/+2
2015-11-12Fix processing of unhandled exception in exception filterJan Vorlicek1-1/+28
2015-11-02Fix handling of embedded scopes with multiple exception holdersJan Vorlicek1-6/+15
2015-10-20Fix assert when unhandled exception is unwound and restored some previous cod...Mike McLaughlin1-2/+5
2015-10-08Add high level unhandled exception trapJan Vorlicek1-5/+2
2015-10-07Merge pull request #1693 from Kagamine/correct-word-spellingJan Kotas1-1/+1
2015-10-07correct word spellingあまみや ゆうこ1-1/+1
2015-10-06Fix issue in the new exception handlingJan Vorlicek1-1/+11
2015-10-05Few fixesJan Vorlicek1-10/+13
2015-10-03Implement refactored Unix managed exception handlingJan Vorlicek1-170/+99
2015-09-16Fix for GH issue 410 - https://github.com/dotnet/coreclr/issues/410Gaurav Khanna1-9/+7
2015-09-14Fix build break on ARM.Wes Haggard1-1/+1