summaryrefslogtreecommitdiff
path: root/src/vm/excep.h
AgeCommit message (Expand)AuthorFilesLines
2019-07-11Fix handling of NullReferenceException in VSD on ARM (#25627)Jan Vorlicek1-0/+7
2019-05-29Remove all uses of CanRunManagedCode() (#24847)Aaron Robinson1-4/+0
2019-05-01Adjust some terms (#24351)Dan Moseley1-1/+1
2019-03-06Cleanup old code (#23053)Steve MacLean1-2/+0
2018-12-10Delete vm/context.* (#21459)Jan Kotas1-24/+0
2018-09-25Fix hijacking for ARM/ARM64/x86 on Unix (#20042)Jan Vorlicek1-2/+2
2018-08-28Break into debugger on assertion failures (#19702)Jan Kotas1-5/+0
2018-04-19GCStress: try to reduce races and tolerate races better (#17330)Andy Ayers1-1/+1
2018-03-27Failfast windows event log (#16875)Sung Yoon Whang1-1/+2
2017-10-24Delete dead code (#14673)Jan Kotas1-2/+1
2017-02-22Clean up ClrUnwindEx (#9482)Jonghyun Park1-0/+7
2017-02-12Remove remainder of FEATURE_CORECLR (tool missed some files, also comments)danmosemsft1-1/+1
2017-02-12Remove always defined FEATURE_EXCEPTION_NOTIFICATIONSdanmosemsft1-4/+0
2017-02-10Revert "Remove always defined FEATURE_CORRUPTING_EXCEPTIONS"danmosemsft1-0/+12
2017-02-10Remove always defined FEATURE_CORRUPTING_EXCEPTIONSdanmosemsft1-12/+0
2017-02-10Remove always defined FEATURE_CORECLRdanmosemsft1-1/+1
2017-01-11[x86/Linux] Fix WIN64EXCEPTIONS build error (#8629)Jonghyun Park1-8/+4
2016-12-21Delete FEATURE_LEGACYSURFACE (#8704)Jan Kotas1-11/+0
2016-12-05[x86/Linux] Revise COMPlusThrowCallback (#8430)Jonghyun Park1-0/+4
2016-12-05[x86/Linux] Re-enable FrameHandlerExRecord for x86/Linux (#8409)Jonghyun Park1-2/+3
2016-11-23[x86/Linux] Fix compile error with exception handling (#8269)SaeHie Park1-2/+2
2016-01-27Update license headersdotnet-bot1-5/+4
2016-01-15Add support for GCStress 0xC.Aditya Mandaleeka1-0/+1
2015-09-16Fix for GH issue 410 - https://github.com/dotnet/coreclr/issues/410Gaurav Khanna1-1/+1
2015-03-18Implement hardware exception handlingJan Vorlicek1-0/+1
2015-02-20Delete dead codeJan Kotas1-2/+0
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+966