Electron fork of crashpad
Перейти к файлу
Mark Mentovai 8e37886d41 linux: Don’t make assumptions about the CPU revision
This code that works out the name of the CPU being built for is most
likely going to move out to be used more generally and for Android. It
should nail down the CPU name correctly when possible. Previously,
32-bit x86 always showed up as “i686” and 32-bit ARM always showed up as
“armv7l”.

Bug: crashpad:30
Change-Id: Ifd4b91f30062f5ef621a166f77a732dd8a88a58e
Reviewed-on: https://chromium-review.googlesource.com/458118
Reviewed-by: Robert Sesek <rsesek@chromium.org>
2017-03-23 20:25:18 +00:00
build android: Support “unified headers” with GCC build 2017-03-23 19:20:35 +00:00
client test: Compare ProcessInfo::Arguments() to main()’s argc/argv on POSIX 2017-03-20 17:05:30 +00:00
compat android: Support builds with NDK API versions older than 21 (compat) 2017-03-15 17:48:12 +00:00
doc android: Add gyp_crashpad_android.py for easier Android development 2017-03-23 00:15:26 +00:00
handler Make file_io reads more rational and predictable 2017-03-16 20:07:43 +00:00
infra/config Additional setup required for Gerrit projects. 2017-03-02 18:21:37 +00:00
minidump minidump: Allow for user extension streams computed at crash time 2017-03-23 13:10:57 +00:00
snapshot #include <stddef.h> where offsetof() is used 2017-03-23 02:15:32 +00:00
test test: Compare ProcessInfo::Arguments() to main()’s argc/argv on POSIX 2017-03-20 17:05:30 +00:00
third_party android: Fix gmock-using tests’ use of MOCK_METHODn() with clang 2017-03-22 23:49:31 +00:00
tools Remove WeakStdioFileReader and WeakStdioFileWriter 2017-03-16 20:21:19 +00:00
util linux: Don’t make assumptions about the CPU revision 2017-03-23 20:25:18 +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 android: Support “unified headers” with GCC build 2017-03-23 19:20:35 +00:00
LICENSE Initial commit of Crashpad. 2014-07-30 23:24:58 -04:00
README.md Add overview design doc link to root README.md 2017-03-22 19:33:51 +00:00
codereview.settings Use “Bug: crashpad:###” git footer format in change descriptions 2017-03-09 16:57:59 +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: Update copyright year to 2017 2017-03-01 19:41:56 +00: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.