aboutsummaryrefslogtreecommitdiff
path: root/src/client/windows/unittests
Commit message (Expand)AuthorAgeFilesLines
* fix pointer style to match the style guideMike Frysinger2020-07-154-24/+24
* Fix 'debug_file' in PESourceLineWriter.Nelson Billing2019-06-191-4/+4
* Fix Windows client_tests GYP build after 88d8114fda3eMark Mentovai2018-08-151-0/+1
* Fix MSVC build on 64-bitOrgad Shaneh2017-09-253-5/+5
* Fix sporadic failure of InstructionPointerMemory test on WindowsJon Turney2017-03-171-7/+12
* Fix Windows client ExceptionHandlerTest testsJon Turney2017-03-111-0/+2
* windows: update gtest/gmock pathsMike Frysinger2017-02-114-15/+19
* Fix MSVC build (including on 2015), drop some workarounds for MSVC older than...Ted Mielczarek2015-10-062-4/+4
* Fix Windows client unittests build: add missing code filesmmandlis@chromium.org2014-09-161-0/+2
* Moving directory 'build' one level up as it collides with a file named 'BUILD...ivan.penkov@gmail.com2014-04-102-2/+2
* Move build configuration to root of repository.chrisha@chromium.org2014-04-032-6/+4
* Refactor the Windows MinidumpGenerator interface to get rid of the overloads ...cdn@chromium.org2014-01-171-12/+12
* Run svn propdel svn:executable on source code files.thestig@chromium.org2013-12-172-0/+0
* 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-044-38/+47
* Allow option for efficient and safe opt out of in-proc dump generation for Wi...ivan.penkov@gmail.com2013-04-231-11/+64
* Fix Windows unittest build on VC2012ted.mielczarek@gmail.com2013-03-291-2/+9
* Use stdint types everywhereted.mielczarek@gmail.com2013-03-062-18/+18
* Remove <(library) usage from gyp files.thestig@chromium.org2013-01-191-2/+2
* Fixing Windows client unit tests. They were broken in r1034 due to gMock andivan.penkov@gmail.com2012-10-198-16/+449
* Allow adding extra memory regions to minidump on linux/windowsted.mielczarek@gmail.com2012-09-181-0/+99
* Add a GetInstructionPointer method to MinidumpExceptionted.mielczarek@gmail.com2012-09-171-33/+3
* Speculatively back out r984. See http://codereview.chromium.org/10805065/mark@chromium.org2012-07-251-23/+6
* Speculatively back out r989 per http://codereview.chromium.org/10805065/ :mark@chromium.org2012-07-241-46/+0
* Allow adding extra memory regions to minidump on linux/windowsted.mielczarek2012-07-191-0/+46
* Add the capability to include an arbitrary data stream within minidumpscdn@chromium.org2012-07-101-6/+23
* Expose a callback to allow crash server implementations to defer the uploadin...cdn@chromium.org2012-04-133-6/+14
* Speculative back-out of r883, which may have broken Windows crash reporting.mark@chromium.org2011-11-283-8/+2
* Allow CrashGenerationClient to request that a dump of the parent process be w...ted.mielczarek2011-11-113-2/+8
* Fix svn:executable and svn:eol-style properties in src/client/windows.mark@chromium.org2011-10-206-0/+0
* Fix some newlines.mark@chromium.org2011-09-274-916/+916
* Use a MinidumpCallback to force minidumps on Windows to include memory around...ted.mielczarek2011-01-251-2/+316
* Round-trip client/processor unittests for Windowsted.mielczarek2011-01-242-3/+75
* Fix CrashGenerationServer to recover from protocol errors and a test for same.erikwright@chromium.org2010-09-203-2/+322
* Changed two files end-line to make it work better with GYP. They were DOS (CR...hansl@google.com2010-05-142-111/+111
* Added a death test for the pure virtual function call.hansl@google.com2010-05-132-6/+149
* Moved exception_handler_test to the more aptly named exception_handler_death_...hansl@google.com2010-05-126-356/+727
* Copied minidump_test.cc from chrome_frame (see http://src.chromium.org/viewvc...hansl@google.com2010-05-053-0/+484
* Replacing solutions with gyp files. Moving tests for windows clients in unitt...hansl@google.com2010-05-033-0/+271