aboutsummaryrefslogtreecommitdiff
path: root/src/client/windows/handler/exception_handler.h
Commit message (Expand)AuthorAgeFilesLines
* Rename Airbag to Breakpad.mmentovai2007-02-141-11/+11
* Airbag windows client didn't trap VC8 parameter validation errors. Now itmmentovai2007-02-071-5/+44
* Pass the exception record (EXCEPTION_POINTERS*) to callback functions frommmentovai2007-01-121-4/+7
* Removing CRs from #81. Hey, how'd those get in there?mmentovai2006-12-081-24/+24
* Allow exception handler callbacks more flexibility (#81). r=brynermmentovai2006-12-071-25/+93
* Don't use CRT in exception handler code (#86). r=brynermmentovai2006-11-281-2/+7
* Windows exception handler does not survive stack overflows (#34). r=brian,mmentovai2006-10-311-3/+56
* Disable exception handling warnings in Windows client code (#38).mmentovai2006-10-271-0/+6
* Add set_dump_path method to ExceptionHandler (#37). Patch by Ted Mielczarek.mmentovai2006-10-271-0/+4
* Support building with WIN32_LEAN_AND_MEAN (#60)mmentovai2006-10-261-4/+4
* Add static-CRT build configurations. Get rid of the largely redundant README,bryner2006-09-281-0/+3
* Initial version of Windows exception handler and crash report sender classesbryner2006-09-271-0/+139