aboutsummaryrefslogtreecommitdiff
path: root/src/client/windows/crash_generation/minidump_generator.cc
Commit message (Expand)AuthorAgeFilesLines
* Do not use non-standard stdext::checked_array_iterator with libc++.Peter Collingbourne2018-01-181-1/+1
* Fix Windows client ExceptionHandlerTest testsJon Turney2017-03-111-6/+10
* Fix -Wreorder warnings in the Windows code.wfh@chromium.org2015-07-101-4/+4
* Fix Windows client compilation on mingw.ted.mielczarek@gmail.com2014-11-031-2/+7
* Refactor the Windows MinidumpGenerator interface to get rid of the overloads ...cdn@chromium.org2014-01-171-178/+147
* Fix error r1258.thestig@chromium.org2013-12-171-12/+14
* Expose the ability to supply additional user streams in the windows dump gene...cdn@chromium.org2013-12-121-5/+43
* add interface for WriteMinidump which allows the caller to supply file handle...cdn@chromium.org2013-06-061-21/+49
* Fixing a Windows compiler warning in src/client/windows/crash_generation/mini...ivan.penkov@gmail.com2012-08-171-4/+4
* Speculatively back out r984. See http://codereview.chromium.org/10805065/mark@chromium.org2012-07-251-17/+5
* Fix a Windows compiler warning with a cast:mark@chromium.org2012-07-231-1/+1
* Add the capability to include an arbitrary data stream within minidumpscdn@chromium.org2012-07-101-5/+17
* Do not fail crash dump generation if handle operations tracing is not enabledmark@chromium.org2012-07-031-1/+2
* Allow the minidump writer to collect handle data so that resulting dump containsmark@chromium.org2012-07-031-13/+240
* Moved exception_handler_test to the more aptly named exception_handler_death_...hansl@google.com2010-05-121-1/+21
* Fix warning when converting int to boolnealsid2008-10-101-1/+1
* Generate Windows full memory dumps as a separate file. Patch by Huan Renmmentovai2008-09-161-7/+56
* Set the dump thread id and the requesting thread id properties of MDRawBreakp...doshimun2008-05-311-5/+9
* Add one more parameter to the ClientDumpRequestCallback in crash generation s...doshimun2008-04-171-1/+9
* Fix newlines (#253). rs=ted.mielczarekmmentovai2008-04-071-228/+228
* Overview:doshimun@gmail.com2008-03-081-0/+228