summaryrefslogtreecommitdiff
path: root/src/vm/exceptmacros.h
AgeCommit message (Expand)AuthorFilesLines
2016-12-14[x86/Linux] Adds Dummy Exception Handler (#8613)Jonghyun Park1-3/+3
2016-12-05[x86/Linux] Fix exception handling routine (#8433)Jonghyun Park1-3/+3
2016-07-20Make PAL_SEHException smaller (#6267)Jan Vorlicek1-1/+1
2016-07-12Fix exceptions in GC wave 2 (#6220)Jan Vorlicek1-22/+0
2016-06-22Cleanup hardware exception handling (#5916)Jan Vorlicek1-2/+2
2016-03-09Delete dead codeJan Kotas1-4/+0
2016-03-08Fix Unix exception handling in finalizersJan Vorlicek1-11/+11
2016-01-27Update license headersdotnet-bot1-4/+3
2015-10-20Fix assert when unhandled exception is unwound and restored some previous cod...Mike McLaughlin1-15/+13
2015-10-19Revert some changed files from an incorrectly merged commit.Aditya Mandaleeka1-0/+2
2015-10-15Changes to Test InfrastructureKoundinya Veluri1-2/+0
2015-10-08Add high level unhandled exception trapJan Vorlicek1-0/+22
2015-10-03Implement refactored Unix managed exception handlingJan Vorlicek1-21/+0
2015-09-08Fix missing uses of the INSTALL_MANAGED_EXCEPTION_DISPATCHERJan Vorlicek1-0/+21
2015-09-08Merge pull request #1496 from janvorli/fix-exception-memleakJan Vorlicek1-2/+9
2015-09-08Fix managed exception dispatchingJan Vorlicek1-3/+0
2015-09-04Fix memory leak from managed exceptionsJan Vorlicek1-2/+9
2015-04-16Fix dangling else warningsJan Vorlicek1-10/+11
2015-02-27Implement basic support for managed exception handling.Sergiy Kuryata1-0/+23
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+592