breakpad/src
Primiano Tucci a34c929f6f linux/android: add SIGTRAP to the list of signals handled by the client
__builtin_trap() causes a SIGTRAP on arm64 (at least with GCC 4.9).
SIGTRAP is not handled by breakpad, causing crashes induced by
__builtin_trap() to be missed.
Note that on x86 and arm, instead, __builtin_trap() raises a SIGILL,
which is already handled by breakapd.

BUG=chromium:614865
R=vapier@chromium.org

Review URL: https://codereview.chromium.org/2042853002 .
2016-06-08 17:04:49 +01:00
..
build Rename gyp variable use_titlecase_in_grd_files -> use_titlecase_in_grd. 2014-09-10 12:47:46 +00:00
client linux/android: add SIGTRAP to the list of signals handled by the client 2016-06-08 17:04:49 +01:00
common [Android] Roll back to r10e. 2016-06-06 20:43:36 +01:00
google_breakpad [MIPS] Rename variable mips to mips32 2016-05-25 10:13:18 -04:00
processor Adding support for overlapping ranges to RangeMap. 2016-06-05 22:41:10 -07:00
third_party Replaced glibc version of elf.h with musl version of elf.h. 2016-05-12 14:22:59 -07:00
tools Replaced glibc version of elf.h with musl version of elf.h. 2016-05-12 14:22:59 -07:00
breakpad_googletest_includes.h test: allow use of system gmock/gtest libs 2016-01-25 19:27:56 -05:00
config.h.in Fix a dependency issue in automake 2016-04-12 14:55:18 -04:00