aboutsummaryrefslogtreecommitdiff
path: root/src/client/windows/handler/exception_handler.h
Commit message (Expand)AuthorAgeFilesLines
* fix pointer style to match the style guideMike Frysinger2020-07-151-4/+4
* Add a new argument to specify the minidump type to write on Windows.Ting-Yu Chou2016-06-291-2/+4
* Add option to Breakpad to consume INVALID_HANDLE_VALUE exceptions.wfh@chromium.org2015-02-221-0/+13
* Fix Windows client compilation on mingw.ted.mielczarek@gmail.com2014-11-031-2/+2
* Treat warnings as error and fix most level 4 warnings in the breakpad windows...ivan.penkov@gmail.com2013-06-041-7/+5
* Allow option for efficient and safe opt out of in-proc dump generation for Wi...ivan.penkov@gmail.com2013-04-231-0/+22
* Move scoped_ptr.h to commonted.mielczarek@gmail.com2013-01-171-1/+1
* Allow generating minidumps from live processes on Windows.ted.mielczarek@gmail.com2012-09-181-2/+28
* Allow adding extra memory regions to minidump on linux/windowsted.mielczarek@gmail.com2012-09-181-0/+26
* Speculatively back out r989 per http://codereview.chromium.org/10805065/ :mark@chromium.org2012-07-241-20/+0
* Back out r996, reinstating r985. That wasn't it.mark@chromium.org2012-07-241-1/+13
* Speculatively back out r985 because it may be causing crash_service problemsmark@chromium.org2012-07-241-13/+1
* Allow adding extra memory regions to minidump on linux/windowsted.mielczarek2012-07-191-0/+20
* Allow the crash generation server to be initialized with a handle instead of...ted.mielczarek2012-07-161-1/+13
* wires up the crash client side so that the deferred upload callback can be used.cdn@chromium.org2012-05-031-3/+6
* Speculative back-out of r883, which may have broken Windows crash reporting.mark@chromium.org2011-11-281-6/+0
* Allow CrashGenerationClient to request that a dump of the parent process be w...ted.mielczarek2011-11-111-0/+6
* Use a MinidumpCallback to force minidumps on Windows to include memory around...ted.mielczarek2011-01-251-0/+7
* Minor fixes to windows exception handler.doshimun2009-01-141-3/+10
* Add a way for the client apps to specify custom information in case of out-of...doshimun2008-05-051-2/+5
* Overview:doshimun@gmail.com2008-03-081-28/+64
* Remove dependency on ole32 on Windows (#132). Patch by Sorin Jianu <sorinj>,...mmentovai2008-01-281-4/+8
* Make Breakpad's debug-exception-ignoring configurable. r=Nicolas Sylvainmmentovai2007-10-181-0/+11
* Add accessor for ExceptionHandler::requesting_thread_id_ (#198). Patch by Lu...mmentovai2007-08-171-0/+6
* These should be int to allow them to be ORed together. Ted, please review.mmentovai2007-07-021-2/+2
* Allow finer control over installed handler types (#193). r=ted.mielczarekmmentovai2007-07-021-11/+27
* Add an API to pass exception information into the handler (#192).mmentovai2007-07-021-0/+4
* Issue 162 - handle pure virtual function calls in VC++. r=mentoted.mielczarek2007-05-101-0/+8
* 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