aboutsummaryrefslogtreecommitdiff
path: root/src/client/windows/unittests/exception_handler_death_test.cc
Commit message (Expand)AuthorAgeFilesLines
* fix pointer style to match the style guideMike Frysinger2020-07-151-9/+9
* Fix MSVC build on 64-bitOrgad Shaneh2017-09-251-3/+3
* Fix sporadic failure of InstructionPointerMemory test on WindowsJon Turney2017-03-171-7/+12
* disable unittests under ASAN that use memory crashesvapier@chromium.org2013-12-111-0/+4
* Treat warnings as error and fix most level 4 warnings in the breakpad windows...ivan.penkov@gmail.com2013-06-041-34/+42
* Allow option for efficient and safe opt out of in-proc dump generation for Wi...ivan.penkov@gmail.com2013-04-231-11/+64
* Use stdint types everywhereted.mielczarek@gmail.com2013-03-061-12/+12
* Fixing Windows client unit tests. They were broken in r1034 due to gMock andivan.penkov@gmail.com2012-10-191-5/+23
* Add a GetInstructionPointer method to MinidumpExceptionted.mielczarek@gmail.com2012-09-171-33/+3
* Expose a callback to allow crash server implementations to defer the uploadin...cdn@chromium.org2012-04-131-2/+2
* Speculative back-out of r883, which may have broken Windows crash reporting.mark@chromium.org2011-11-281-1/+0
* Allow CrashGenerationClient to request that a dump of the parent process be w...ted.mielczarek2011-11-111-0/+1
* Fix svn:executable and svn:eol-style properties in src/client/windows.mark@chromium.org2011-10-201-0/+0
* Use a MinidumpCallback to force minidumps on Windows to include memory around...ted.mielczarek2011-01-251-2/+316
* Added a death test for the pure virtual function call.hansl@google.com2010-05-131-3/+37
* Moved exception_handler_test to the more aptly named exception_handler_death_...hansl@google.com2010-05-121-0/+181