warzone2100/lib/exceptionhandler
Christian Ohm 4b7d25145c In our assert macros, raise(SIGTRAP) instead of assert().
Also ignore SIGTRAP, so no crashdump will be generated for it. Makes it
possible to continue after an assert while debugging. Closes #1940.

git-svn-id: https://warzone2100.svn.sourceforge.net/svnroot/warzone2100/branches/qt-trunk@11045 4a71c877-e1ca-e34f-864e-861f7616d084
2010-07-10 21:10:53 +02:00
..
include Add the exceptionhandler from Dr. MinGW (part of mingw-utils) with my fixes to it (doesn't compile & link in yet) 2008-04-05 16:00:58 +00:00
Makefile.am Fix building with PD-ksh on BSD. Reports and some patches from brad0. (svn -r9444) 2010-02-09 20:27:39 +01:00
dumpinfo.cpp Fix exception handler to obey UAC on windows machines. 2010-04-12 11:59:41 +02:00
dumpinfo.h Move #includes out of extern "C" blocks, make STATIC_ASSERT work in C++. 2010-02-09 20:28:16 +01:00
exceptionhandler.c In our assert macros, raise(SIGTRAP) instead of assert(). 2010-07-10 21:10:53 +02:00
exceptionhandler.h Stage one merge. 2010-07-10 21:10:43 +02:00
exceptionhandler.vcproj MSVC fixes. 2010-07-10 21:10:46 +02:00
exchndl.c Fix exception handler to obey UAC on windows machines. 2010-04-12 11:59:41 +02:00
exchndl.h Stage one merge. 2010-07-10 21:10:43 +02:00
makefile.win32 * Wrap all file lists in the automake and win32 makefiles across lines such that there's only one file on each line 2008-10-13 13:04:37 +00:00