summaryrefslogtreecommitdiff
path: root/rts/win32/veh_excn.c
Commit message (Expand)AuthorAgeFilesLines
* err: clean up error handlerTamar Christina2019-03-191-19/+30
* Fix 32 bit windows buildTamar Christina2018-05-281-1/+1
* Windows: fix all failing tests.Tamar Christina2018-01-021-2/+6
* rts: fix filename case for mingw32 targetSergei Trofimovich2017-12-051-1/+1
* rts/win32: Emit exception handler output to stderrBen Gamari2017-11-061-15/+15
* Add stack traces on crashes on WindowsTamar Christina2017-10-221-4/+92
* Add ability to produce crash dumps on WindowsTamar Christina2017-10-031-1/+57
* Switch VEH to VCH and allow disabling of SEH completely.Tamar Christina2017-09-261-5/+86
* Revert "Switch VEH to VCH and allow disabling of SEH completely."Ben Gamari2017-09-261-86/+5
* Switch VEH to VCH and allow disabling of SEH completely.Ben Gamari2017-09-261-5/+86
* Prefer #if defined to #ifdefBen Gamari2017-04-281-1/+1
* Improve access violation reporting on WindowsRyan Scott2017-01-151-1/+7
* T11300: Fix test on windowsTamar Christina2016-01-141-5/+4
* Replaced SEH handles with VEH handlers which should work uniformly across x86...Tamar Christina2015-03-031-0/+100