summaryrefslogtreecommitdiff
path: root/src/vm/exceptionhandling.h
AgeCommit message (Expand)AuthorFilesLines
2017-06-12[Arm64/Unix] Add 64K page support (#10981)Steve MacLean1-1/+1
2017-05-17Move some local declaration into exceptionhandling.cpp (#11668)Jonghyun Park1-11/+0
2017-05-17Remove unused CLRVectoredExceptionHandlerShim forward declarations (#11667)Jonghyun Park1-2/+0
2017-04-18[x86/Linux] EH Support for Per-Frame P/Invoke Init (#10966)Jonghyun Park1-1/+10
2017-02-26Clean up nested WIN64EXCEPTIONS-ifdef (#9817)Jonghyun Park1-2/+0
2017-02-25Fix GC hole when exception filter throws unhandled exception (#9785)Jan Vorlicek1-0/+5
2017-02-23[x86/Linux] Initial patch for EH funclet (#9601)Hanjoung Lee1-0/+1
2017-02-22Clean up ClrUnwindEx (#9482)Jonghyun Park1-0/+2
2017-02-12Remove always defined FEATURE_EXCEPTION_NOTIFICATIONSdanmosemsft1-6/+0
2017-02-10[Linux/ARM] Fix cross-architecture component build error: disable unused code...Hyeongseok Oh1-3/+3
2016-12-21Delete FEATURE_LEGACYSURFACE (#8704)Jan Kotas1-10/+2
2016-07-20Make PAL_SEHException smaller (#6267)Jan Vorlicek1-0/+21
2016-03-08Fix stack walking on Unix in case of finallyJan Vorlicek1-1/+8
2016-02-26Fix stack walker on UnixJan Vorlicek1-1/+1
2016-01-27Update license headersdotnet-bot1-4/+3
2015-10-06Fix issue in the new exception handlingJan Vorlicek1-2/+7
2015-10-03Implement refactored Unix managed exception handlingJan Vorlicek1-26/+0
2015-09-14This fixes the case of 64bit (to be in sync with Arm/Arm64) failures when, du...Gaurav Khanna1-3/+5
2015-08-26Fix corner case of GC stack walking during exception handlingJan Vorlicek1-0/+7
2015-05-07Merge changes from parent branchdotnet-bot1-0/+9
2015-04-26Fix GC of other thread during native frames unwindingJan Vorlicek1-0/+7
2015-04-23Fix GC stack unwinding issueJan Vorlicek1-0/+1
2015-04-08Fix exception handling issue (#633)Jan Vorlicek1-8/+0
2015-03-30Fix GC exception related issueJan Vorlicek1-0/+33
2015-02-08Fix writeable string warnings. Closes #139Kasper F. Brandt1-1/+1
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+779