summaryrefslogtreecommitdiff
path: root/src/vm/excep.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-14Implement GcInfo v2 for X86Swaroop Sridhar1-9/+9
2016-09-08Introduce an interface separating the GC and the VM,Sean Gillespie1-1/+1
2016-05-06Fix Windows x86 exception handling issue (#4830)Jan Vorlicek1-4/+0
2016-02-02Disable unhandled exception filter assertKoundinya Veluri1-8/+19
2016-02-01Fix Unix build breaksJan Kotas1-2/+7
2016-02-01Fix OACR errors for ProjectKdotnet-bot1-2/+6
2016-01-27Update license headersdotnet-bot1-4/+3
2016-01-15Add support for GCStress 0xC.Aditya Mandaleeka1-1/+18
2015-10-11This enables Lttng Logging for CoreClr,Rama1-1/+1
2015-10-08Merge pull request #1711 from mikem8361/unhandMike McLaughlin1-6/+11
2015-10-07Fix UnhandledException notifications. The IsDebuggerPresent check was left o...Mike McLaughlin1-6/+11
2015-10-07correct word spellingあまみや ゆうこ1-9/+9
2015-10-01Add native exception filter holder.Mike McLaughlin1-2/+0
2015-10-01Merge pull request #1654 from janvorli/fix-isipinepilog-assertJan Vorlicek1-22/+0
2015-10-01Fix assert in IsIPInEpilogJan Vorlicek1-22/+0
2015-09-25Fix for 134453: fix prefast warningsRahul Kumar1-1/+1
2015-09-25VS has mentioned that when they have an AV come through their reflection invo...Gaurav Khanna1-0/+27
2015-09-16Fix for GH issue 410 - https://github.com/dotnet/coreclr/issues/410Gaurav Khanna1-3/+3
2015-08-26Merge pull request #1435 from Priya91/longpath-binderLakshmi Priya1-5/+5
2015-08-25Merge pull request #1371 from adityamandaleeka/gcsuspension_2Aditya Mandaleeka1-12/+10
2015-08-25Replace MAX_PATH with new defines in vm.Lakshmi Priya Sekar1-5/+5
2015-08-14Add build-time check for existence of pthread_sigqueue and fix minorAditya Mandaleeka1-13/+4
2015-08-14Fix typo "retrive" and "retrieved" to "retrieve" and "retrieved"Jon Hanna1-1/+1
2015-08-13Remove temporary ifdef and refactor/simplifyAditya Mandaleeka1-4/+4
2015-08-13Enable FEATURE_HIJACK on 64-bit LinuxAditya Mandaleeka1-4/+4
2015-08-13Implement GC Suspension for UnixAditya Mandaleeka1-6/+13
2015-03-26Fix about 12 kinds of warnings over the codebaseJan Vorlicek1-1/+1
2015-03-18Implement hardware exception handlingJan Vorlicek1-3/+4
2015-02-20Delete dead codeJan Kotas1-5/+0
2015-02-04Fixed typosPascal Borreli1-1/+1
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+14085