summaryrefslogtreecommitdiff
path: root/src/vm/i386/excepx86.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-07-11Fix handling of NullReferenceException in VSD on ARM (#25627)Jan Vorlicek1-1/+4
2019-05-21Delete Unsafe redefinitions of Windows APIs (#24688)Jan Kotas1-1/+1
2019-04-25Fixing 23941 (#24199)Fadi Hanna1-0/+15
2019-02-21Add exception counter (#22734)Sung Yoon Whang1-1/+3
2019-02-21Remove unused perfcounter code (#22742)Sung Yoon Whang1-13/+0
2019-01-23Remove all traces of FEATURE_STACK_PROBE. (#22149)Filip Navara1-41/+2
2018-11-09Delete dead/unreachable code related to remoting (#20880)Jan Kotas1-3/+3
2018-10-31Fix Windows x86 EH for exception from UMThunkPrestub (#20704)Jan Vorlicek1-0/+7
2018-05-24Typo (#18122)John Doe1-1/+1
2018-04-19GCStress: try to reduce races and tolerate races better (#17330)Andy Ayers1-5/+4
2017-05-17[x86/Linux] Fix undefined references on SOS (#11701)Jonghyun Park1-12/+9
2017-05-15Move PopSEHRecords into excepx86.cpp (#11626)Jonghyun Park1-0/+21
2017-05-15Remove unused code from excepx86.cpp (#11602)Jonghyun Park1-33/+0
2017-04-18fail fast on exceptions that indicate corrupted process state (#10957)Rahul Kumar1-0/+5
2017-04-11modify lastAvAddress when adjusting context for StubRahul Kumar1-0/+7
2017-02-14Remove never defined FEATURE_REMOTINGdanmosemsft1-2/+0
2017-02-12Remove dead appdomainhelper* filesdanmosemsft1-1/+0
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-06CAS Security cleanup (#9355)Jan Kotas1-1/+0
2017-01-11[x86/Linux] Fix WIN64EXCEPTIONS build error (#8629)Jonghyun Park1-47/+33
2016-12-21Delete FEATURE_LEGACYSURFACE (#8704)Jan Kotas1-44/+0
2016-12-14[x86/Linux] Adds Dummy Exception Handler (#8613)Jonghyun Park1-1/+28
2016-12-05[x86/Linux] Revise COMPlusThrowCallback (#8430)Jonghyun Park1-0/+2
2016-12-06[x86/Linux] Mark several Windows-specific functions in excepx86.cpp as NYI (...Jonghyun Park1-0/+18
2016-12-06[x86/Linux] Fix no known conversion from 'void ()' to 'void *' (#8450)SaeHie Park1-3/+5
2016-12-05[x86/Linux] Fix dangling CLR_ImpersonateLoggedOnUser reference (#8435)Jonghyun Park1-0/+5
2016-12-04[x86/Linux] Fix unused function warning (#8429)Jonghyun Park1-12/+0
2016-12-02[x86/Linux] fix several parentheses compile warnings (#8428)Jonghyun Park1-4/+4
2016-12-01[x86/Linux] Disable Watson-related code for non-Windows platforms (#8410)Jonghyun Park1-0/+2
2016-09-08Introduce an interface separating the GC and the VM,Sean Gillespie1-1/+1
2016-01-27Update license headersdotnet-bot1-4/+3
2015-10-07correct word spellingあまみや ゆうこ1-2/+2
2015-09-16Fix for GH issue 410 - https://github.com/dotnet/coreclr/issues/410Gaurav Khanna1-16/+12
2015-05-07Merge changes from parent branchdotnet-bot1-0/+14
2015-02-20Delete dead codeJan Kotas1-9/+0
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+3734