aboutsummaryrefslogtreecommitdiff
path: root/src/client/windows/handler
Commit message (Expand)AuthorAgeFilesLines
* fix pointer style to match the style guideMike Frysinger2020-07-152-7/+7
* Extract intruction pointer correctly for Windows ARM64Tom Tan2019-01-031-1/+3
* win: fix formatting after 21c98747Joshua Peraza2018-08-271-1/+1
* win: replace a while loop with a for loopJoshua Peraza2018-08-271-1/+1
* windows: fix build on pre-Win10 systemsMike Frysinger2017-02-111-0/+5
* Also treat DBG_PRINTEXCEPTION* as debug exceptionsTim Angus2016-10-181-1/+3
* Fix breakpad compilation issue with clang on WindowsRafal Chlodnicki2016-08-251-6/+4
* Add a new argument to specify the minidump type to write on Windows.Ting-Yu Chou2016-06-292-6/+10
* Add option to Breakpad to consume INVALID_HANDLE_VALUE exceptions.wfh@chromium.org2015-02-222-0/+19
* Fix Windows client compilation on mingw.ted.mielczarek@gmail.com2014-11-032-3/+3
* Moving directory 'build' one level up as it collides with a file named 'BUILD...ivan.penkov@gmail.com2014-04-101-1/+1
* Move build configuration to root of repository.chrisha@chromium.org2014-04-031-3/+2
* Treat warnings as error and fix most level 4 warnings in the breakpad windows...ivan.penkov@gmail.com2013-06-042-16/+14
* Allow option for efficient and safe opt out of in-proc dump generation for Wi...ivan.penkov@gmail.com2013-04-232-30/+75
* Remove <(library) usage from gyp files.thestig@chromium.org2013-01-191-1/+1
* Move scoped_ptr.h to commonted.mielczarek@gmail.com2013-01-171-1/+1
* SuspendThread returns a DWORD value, so checking the return value with ">= 0"ivan.penkov@gmail.com2012-11-011-3/+6
* Fix a really stupid bug in WriteMinidumpForChildProcessted.mielczarek@gmail.com2012-09-241-1/+1
* Allow generating minidumps from live processes on Windows.ted.mielczarek@gmail.com2012-09-182-110/+215
* Allow adding extra memory regions to minidump on linux/windowsted.mielczarek@gmail.com2012-09-182-18/+79
* Speculatively back out r989 per http://codereview.chromium.org/10805065/ :mark@chromium.org2012-07-242-62/+18
* Back out r996, reinstating r985. That wasn't it.mark@chromium.org2012-07-242-4/+48
* Speculatively back out r985 because it may be causing crash_service problemsmark@chromium.org2012-07-242-48/+4
* Allow adding extra memory regions to minidump on linux/windowsted.mielczarek2012-07-192-18/+62
* Allow the crash generation server to be initialized with a handle instead of...ted.mielczarek2012-07-162-4/+48
* wires up the crash client side so that the deferred upload callback can be used.cdn@chromium.org2012-05-032-3/+10
* Eliminate another source of UnspecifiedStackSignature crash dumps.mark@chromium.org2011-12-211-45/+38
* Speculative back-out of r883, which may have broken Windows crash reporting.mark@chromium.org2011-11-282-12/+0
* Allow CrashGenerationClient to request that a dump of the parent process be w...ted.mielczarek2011-11-112-0/+12
* Fix svn:executable and svn:eol-style properties in src/client/windows.mark@chromium.org2011-10-201-0/+0
* Protect "std::max", "std::min" against MACROs defined in WinDef.h.SiyangXie@gmail.com2011-03-111-3/+3
* Use a MinidumpCallback to force minidumps on Windows to include memory around...ted.mielczarek2011-01-252-1/+100
* Round-trip client/processor unittests for Windowsted.mielczarek2011-01-241-1/+1
* Fix HandleInvalidParameter/HandlePureVirtualCall to dynamically lookup the Rt...ted.mielczarek2010-08-021-28/+50
* Patch from Vitaly to remove synchronization and make exception handling code ...nealsid2010-05-181-3/+1
* Added a death test for the pure virtual function call.hansl@google.com2010-05-131-2/+25
* Moved exception_handler_test to the more aptly named exception_handler_death_...hansl@google.com2010-05-121-17/+12
* Replacing solutions with gyp files. Moving tests for windows clients in unitt...hansl@google.com2010-05-034-753/+48
* Fix dependency on Visual C++ 9 introduced by revision 557.nealsid2010-04-291-1/+1
* Fix HandleInvalidParameter to provide a locally created exception record for ...siggi@chromium.org2010-03-261-3/+23
* Fix an INVALIDATE_ITERATOR defect reported by Coverity.nealsid2009-07-301-5/+5
* Integration test for Windows exception handler/minidump generation.nealsid2009-07-172-0/+430
* AppVerifier leak test fix for Windows 7.doshimun2009-04-081-0/+2
* Reinstnate the call to TerminateThread inside ExceptionHandler destructor and...doshimun2009-01-201-1/+10
* Fix some typos in comments.doshimun2009-01-141-4/+4
* Minor fixes to windows exception handler.doshimun2009-01-142-15/+55
* ExceptionHandler class is not handling initialization errors, such as themmentovai2008-12-031-8/+28
* Some style guide compliance changes and changed the prototype of the method t...doshimun2008-05-071-3/+3
* Add a way for the client apps to specify custom information in case of out-of...doshimun2008-05-052-6/+16
* Fix newlines (#253). rs=ted.mielczarekmmentovai2008-04-071-323/+323