summaryrefslogtreecommitdiff
path: root/src/vm/exceptionhandling.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-09-27Port to Release/3.1 - enabling MHR support (#26803)Jan Vorlicek1-0/+28
2019-07-11Fix handling of NullReferenceException in VSD on ARM (#25627)Jan Vorlicek1-37/+9
2019-07-03arm64singlestepper (#25512)Steve MacLean1-5/+5
2019-06-11Fix context restore for ARM/ARM64 debugging (#25089)Juan Hoyos1-9/+12
2019-04-26Typos (#24280)John Doe1-4/+4
2019-04-25Fixing 23941 (#24199)Fadi Hanna1-1/+19
2019-03-16Fix x86 dumps from HandleFatalError showing misleading callstack (#23289)Elinor Fung1-0/+1
2019-03-07Fix signed compare warningsSinan Kaya1-1/+1
2019-02-22Add fatal error details printing (#22789)Jan Vorlicek1-1/+21
2019-02-21Add exception counter (#22734)Sung Yoon Whang1-0/+2
2019-02-21Remove unused perfcounter code (#22742)Sung Yoon Whang1-5/+0
2019-02-14Gnuport cleanup 3 (#22581)Sinan Kaya1-1/+1
2019-02-09Add reporting exception from ResolveEHClause (#17947)Jan Vorlicek1-1/+13
2019-01-23Remove all traces of FEATURE_STACK_PROBE. (#22149)Filip Navara1-90/+7
2019-01-15On SIGTERM default to a non-zero exit code (#21300)Tom Deseyn1-3/+17
2018-12-10Refactor internal System.AppDomain out of CoreLib (#21460)Jan Kotas1-2/+2
2018-04-19GCStress: try to reduce races and tolerate races better (#17330)Andy Ayers1-2/+2
2017-12-08Fix typo `_TARGET_ARM` to `_TARGET_ARM_`. This happens mostly in comments exc...Egor Chesakov1-1/+1
2017-09-19Disable VSD Stub Kind Prediction on H/W Exception (#14051)Jonghyun Park1-1/+1
2017-08-14[Linux/ARM] Fix managed breakpoints (#13316)Igor Kulaychuk1-0/+35
2017-07-06[x86/Linux] Enable thread-abort reraise loop prevention (#12646)Jonghyun Park1-2/+2
2017-05-17Move some local declaration into exceptionhandling.cpp (#11668)Jonghyun Park1-0/+10
2017-04-27[x86/Linux] Disable USE_CALLER_SP_IN_FUNCLET in EH (#11247)Jonghyun Park1-1/+5
2017-04-24[x86/Linux] Remove unnecessary ResumeEsp field (#11167)Jonghyun Park1-1/+1
2017-04-18fail fast on exceptions that indicate corrupted process state (#10957)Rahul Kumar1-0/+4
2017-04-18[x86/Linux] EH Support for Per-Frame P/Invoke Init (#10966)Jonghyun Park1-11/+21
2017-04-13[x86/Linux] Fix ResumeEsp before resume (#10749)Jonghyun Park1-0/+21
2017-03-18Fix a typo in exceptoinhandling.cpp (#10237)Jonghyun Park1-1/+1
2017-03-13Use VSD_STUB_CAN_THROW_AV instead of explicit _TARGET_XXX_ (#10143)Jonghyun Park1-6/+10
2017-03-07[x86/Linux] Fix incorrect FP values (#9975)Hanjoung Lee1-0/+8
2017-03-05Remove hosting methods that always return false (#9930)Austin Wise1-24/+0
2017-03-02[x86/Linux] Initial filter support (#9820)Jonghyun Park1-2/+39
2017-03-01[x86/linux] Add IsIPinVirtualStub() on x86/linux (#9844)Yongseop Kim1-2/+35
2017-03-01[x86/Linux] Use ESTABLISHER_FRAME_POINTER_IS_CALLER_SP (#9814)Jonghyun Park1-27/+25
2017-02-28Use flags in exceptionhandling.cpp (#9823)Jonghyun Park1-17/+19
2017-02-23[x86/Linux] Initial patch for EH funclet (#9601)Hanjoung Lee1-27/+56
2017-02-22Clean up ClrUnwindEx (#9482)Jonghyun Park1-11/+4
2017-02-21Clean up FixupDispatcherContext (#9685)Jonghyun Park1-5/+4
2017-02-21Use ADJUST_PC_UNWOUND_TO_CALL instead of _TARGET_XXX_ (#9686)Jonghyun Park1-4/+8
2017-02-17[ARM64/Unix] (#9500)Steve MacLean1-8/+1
2017-02-17Clean up nested WIN64EXCEPTIONS (#9644)Jonghyun Park1-11/+0
2017-02-17Fix wrong commentJonghyun Park1-1/+1
2017-02-16Merge pull request #9610 from sdmaclea/PR-ARM64-CALLSITEBruce Forstall1-2/+2
2017-02-15[x86/Linux] Fix GetModRMOperandValue() (#9600)SaeHie Park1-1/+6
2017-02-15[Arm64/Unix] Correct ControlPC when unwindingSteve MacLean, Qualcomm Datacenter Technologies, Inc1-2/+2
2017-02-15Rewrite GetRegisterAddressByIndex using getRegAddr (#9574)Jonghyun Park1-23/+1
2017-02-14Fix EH_LOG Catch set notation (#9586)Steve MacLean1-1/+1
2017-02-12Remove always defined FEATURE_EXCEPTION_NOTIFICATIONSdanmosemsft1-4/+0
2017-02-10Revert "Remove always defined FEATURE_CORRUPTING_EXCEPTIONS"danmosemsft1-0/+10
2017-02-10Remove always defined FEATURE_CORRUPTING_EXCEPTIONSdanmosemsft1-10/+0