Electron fork of crashpad
Перейти к файлу
Mark Mentovai 9660a1b66e win: Fix build after 60be5a66a0
crashpad_util should already have been the target to depend on
version.lib, but this wasn’t caught until something that depends on
crashpad_util but not crashpad_snapshot used that code, as
crashpad_util_test now does.

Change-Id: I1b7ced72c657946b297a328c0f89f51190d7d708
Reviewed-on: https://chromium-review.googlesource.com/448203
Reviewed-by: Scott Graham <scottmg@chromium.org>
2017-03-01 19:32:52 +00:00
build Remove vestigial support for in-Chromium GYP build 2017-02-16 18:33:54 +00:00
client Set FD_CLOEXEC on file descriptors obtained from open() and fopen() 2017-02-28 21:16:41 +00:00
compat Provide backup #defines for things introduced in SDK 10.0.10240.0 2016-11-10 01:50:17 +00:00
doc doc: Update Doxyfile to 1.8.13 2017-02-23 15:19:31 +00:00
handler Add Signals, utilities for signal handling 2017-03-01 17:25:54 +00:00
minidump Centrally define CPUContextX86::Fsave and fsave↔︎fxsave conversions 2017-02-16 18:26:13 +00:00
snapshot win: Fix build after 60be5a66a0 2017-03-01 19:32:52 +00:00
test Centrally define CPUContextX86::Fsave and fsave↔︎fxsave conversions 2017-02-16 18:26:13 +00:00
third_party Remove vestigial support for in-Chromium GYP build 2017-02-16 18:33:54 +00:00
tools Set FD_CLOEXEC on file descriptors obtained from open() and fopen() 2017-02-28 21:16:41 +00:00
util win: Fix build after 60be5a66a0 2017-03-01 19:32:52 +00:00
.clang-format clang-format: don't bin pack arguments 2014-12-19 15:44:05 -08:00
.gitignore Use zlib to gzip-compress uploads 2017-02-16 16:26:19 +00:00
AUTHORS win: Handle the case when GetBytesBuffer returns error in HTTPTransportWin 2016-08-05 12:41:11 +00:00
CONTRIBUTORS Add contributors to CONTRIBUTORS. 2015-03-10 14:28:41 -04:00
DEPS Set FD_CLOEXEC on file descriptors obtained from open() and fopen() 2017-02-28 21:16:41 +00:00
LICENSE Initial commit of Crashpad. 2014-07-30 23:24:58 -04:00
README.md doc: Check in the man page index instead of generating it 2016-11-07 18:45:58 +00:00
codereview.settings Update codereview.settings to set --squash as the default for git cl 2016-02-02 17:04:15 +00:00
crashpad.gyp Don’t suppress_wildcard crashpad.gyp:All on platforms where it works 2016-01-06 12:37:01 -05:00
navbar.md doc: Fix bad merge resulting in twin “Man Pages” links in nav bar 2016-11-08 19:26:07 +00:00
package.h package.h, man_footer.ad: Update copyright year to 2016 2016-01-06 16:25:49 -05:00

README.md

Crashpad

Crashpad is a crash-reporting system.

Documentation

Source Code

Crashpads source code is hosted in a Git repository at https://chromium.googlesource.com/crashpad/crashpad.