summaryrefslogtreecommitdiff
path: root/src/vm/exceptionhandling.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2017-02-10Remove always defined FEATURE_CORECLRdanmosemsft1-2/+0
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