aboutsummaryrefslogtreecommitdiff
path: root/src/client/linux/handler/exception_handler_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Use standard header locations for poll.h and signal.hMichael Forney2020-03-101-1/+1
* linux: fix broken testsJoshua Peraza2019-06-041-2/+2
* Linux breakpad_unittests: fix ThreadSanitizer problemsMark Mentovai2019-04-261-3/+23
* Make breakpad_unittests work with Chrome's test runner instead of gtest'sMark Mentovai2019-04-191-0/+4
* Delete deprecated SetFirstChanceExceptionHandler functionAndreas Haas2019-02-191-21/+0
* Introduce SetFirstChanceHandler with more strict signatureAndreas Haas2019-01-151-1/+22
* Extend ifdef to include helper functionsLars Volker2018-01-311-2/+2
* Remove barrier to fix Android build.Lars Volker2018-01-311-1/+3
* Only restore the signal handler if sigaction has not changedLars Volker2018-01-091-0/+59
* A couple of minor fixesLeonard Mosescu2017-07-111-1/+1
* Fix asan buildsEric Holk2017-06-221-23/+23
* Add first chance exception handler APIEric Holk2017-06-191-0/+23
* breakpad: fix unittest errorsYunlian Jiang2016-05-041-4/+0
* Switch the Linux minidump writer to use MDCVInfoELF for CV data.Ted Mielczarek2016-04-051-14/+1
* Fix -Wunused-function warnings in ASAN builds.Lei Zhang2015-12-301-6/+2
* tests: InstructionPointerMemoryNullPointer: make it work under llvmvapier@chromium.org2015-07-201-1/+6
* MIPS64: Initial MIPS64 related change.mark@chromium.org2015-04-151-0/+4
* Fix compilation with gcc --std=c++11ted.mielczarek@gmail.com2015-03-241-1/+1
* Cleanup: hide undefined behavior from the compiler better.ivanpe@chromium.org2014-07-011-4/+18
* disable unittests under ASAN that use memory crashesvapier@chromium.org2013-12-111-5/+14
* Adding mips support for Android.gordana.cmiljanovic@imgtec.com2013-09-251-1/+6
* 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