aboutsummaryrefslogtreecommitdiff
path: root/src/client/linux/handler/exception_handler_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Adding support for mips.gordana.cmiljanovic@imgtec.com2013-09-111-19/+35
* Fix three unit tests on recent ARM devices.digit@chromium.org2013-03-211-0/+24
* Use stdint types everywhereted.mielczarek@gmail.com2013-03-061-21/+21
* Fix some issues with -Werror=sign-compare on Android buildsted.mielczarek@gmail.com2013-02-011-1/+1
* Cleaning up google-breakpad source code of signed-unsigned comparison warningsivan.penkov@gmail.com2012-11-211-16/+16
* Fix some compiler errors in exception_handler_unittest by casting like crazyted.mielczarek@gmail.com2012-10-151-2/+4
* Make Linux signal handler more robust.digit@chromium.org2012-10-091-0/+31
* Fix merge error from r1055ted.mielczarek@gmail.com2012-10-021-1/+0
* Fix linux compile errors for some systems.qsr@chromium.org2012-10-021-9/+10
* Fix the Linux build with clang.thestig@chromium.org2012-09-261-0/+1
* Allow generating minidumps from live process on Linux via ExceptionHandlerted.mielczarek@gmail.com2012-09-181-0/+66
* Allow adding extra memory regions to minidump on linux/windowsted.mielczarek@gmail.com2012-09-181-1/+80
* Add a GetInstructionPointer method to MinidumpExceptionted.mielczarek@gmail.com2012-09-171-42/+3
* Allow setting a new MinidumpDescriptor on ExceptionHandler, also expose direc...ted.mielczarek@gmail.com2012-09-171-0/+4
* Properly redeliver (or don't) signals to the previous handlers.mark@chromium.org2012-09-041-0/+174
* Adding a way to create an ExceptionHandler that takes in a file descriptorjcivelli@chromium.org2012-08-091-235/+243
* Conditionally compiling a unittest - based on whether AddressSanitizer is used. ivan.penkov@gmail.com2012-08-061-0/+7
* Speculatively back out r989 per http://codereview.chromium.org/10805065/ :mark@chromium.org2012-07-241-39/+0
* Linux: Fix a bunch of clang errors from not handling return values.thestig@chromium.org2012-07-241-5/+8
* Allow adding extra memory regions to minidump on linux/windowsted.mielczarek2012-07-191-0/+39
* This change allows compiling the google-breakpad code using a global ::string...ivan.penkov@gmail.com2012-06-281-6/+7
* Fix compilation warnings related to unchecked return valuested.mielczarek2012-04-251-1/+8
* Fix file descriptor leaks in ExternalDumper testted.mielczarek2012-04-111-0/+2
* Fix test addresses to use uintptr_t instead of u_int64_t.benchan@chromium.org2012-01-271-1/+1
* Correct compilation warning.qsr@chromium.org2011-11-231-27/+29
* Fix clang warning / miscompile.mmentovai2011-01-241-2/+2
* allow passing info about known memory mappings to MinidumpWriter and Exceptio...ted.mielczarek2010-12-131-0/+86
* Delete an old Makefile and fix lots of lint errors.thestig@chromium.org2010-11-081-5/+5
* Add support for building the Linux client code using the Android NDKted.mielczarek2010-10-201-12/+19
* Write a window of memory around the instruction pointer from the crashing thr...ted.mielczarek2010-09-231-0/+314
* Write a window of memory around the instruction pointer from the crashing thr...ted.mielczarek2010-09-171-0/+123
* Add a free() to ExceptionHandlerTest.ChildCrash.thestig@chromium.org2010-09-161-0/+1
* Import linux_syscall_support.h from linux-syscall-support.googlecode.com inst...thestig@chromium.org2010-09-151-2/+2
* ARM support, with some build system changes to support x86-64, arm, and i386 ...nealsid2010-03-021-7/+4
* Breakpad: Update copyright notice years on all files changed in 2010.jimblandy2010-02-091-1/+1
* Refactor Chrome's out-of-process Linux code into CrashGeneration{Server,Clien...ted.mielczarek2010-02-051-10/+1
* Upstreaming several patches from Chrome:nealsid2009-12-011-2/+2
* Merge of Breakpad Chrome Linux forknealsid2009-08-171-0/+256