aboutsummaryrefslogtreecommitdiff
path: root/src/client/linux/handler/exception_handler_unittest.cc
AgeCommit message (Expand)Author
2023-02-27Add #include <config.h> to the beginning of all cc filesIan Barkley-Yeung
2022-09-08Polling in ParallelChildCrashesDontHang testIacopo Colonnelli
2022-09-07Update copyright boilerplate, 2022 edition (Breakpad)Mark Mentovai
2020-07-15fix pointer style to match the style guideMike Frysinger
2020-03-10Use standard header locations for poll.h and signal.hMichael Forney
2019-06-04linux: fix broken testsJoshua Peraza
2019-04-26Linux breakpad_unittests: fix ThreadSanitizer problemsMark Mentovai
2019-04-19Make breakpad_unittests work with Chrome's test runner instead of gtest'sMark Mentovai
2019-02-19Delete deprecated SetFirstChanceExceptionHandler functionAndreas Haas
2019-01-15Introduce SetFirstChanceHandler with more strict signatureAndreas Haas
2018-01-31Extend ifdef to include helper functionsLars Volker
2018-01-31Remove barrier to fix Android build.Lars Volker
2018-01-09Only restore the signal handler if sigaction has not changedLars Volker
2017-07-11A couple of minor fixesLeonard Mosescu
2017-06-22Fix asan buildsEric Holk
2017-06-19Add first chance exception handler APIEric Holk
2016-05-04breakpad: fix unittest errorsYunlian Jiang
2016-04-05Switch the Linux minidump writer to use MDCVInfoELF for CV data.Ted Mielczarek
2015-12-30Fix -Wunused-function warnings in ASAN builds.Lei Zhang
2015-07-20tests: InstructionPointerMemoryNullPointer: make it work under llvmvapier@chromium.org
2015-04-15MIPS64: Initial MIPS64 related change.mark@chromium.org
2015-03-24Fix compilation with gcc --std=c++11ted.mielczarek@gmail.com
2014-07-01Cleanup: hide undefined behavior from the compiler better.ivanpe@chromium.org
2013-12-11disable unittests under ASAN that use memory crashesvapier@chromium.org
2013-09-25Adding mips support for Android.gordana.cmiljanovic@imgtec.com
2013-09-11Adding support for mips.gordana.cmiljanovic@imgtec.com
2013-03-21Fix three unit tests on recent ARM devices.digit@chromium.org
2013-03-06Use stdint types everywhereted.mielczarek@gmail.com
2013-02-01Fix some issues with -Werror=sign-compare on Android buildsted.mielczarek@gmail.com
2012-11-21Cleaning up google-breakpad source code of signed-unsigned comparison warningsivan.penkov@gmail.com
2012-10-15Fix some compiler errors in exception_handler_unittest by casting like crazyted.mielczarek@gmail.com
2012-10-09Make Linux signal handler more robust.digit@chromium.org
2012-10-02Fix merge error from r1055ted.mielczarek@gmail.com
2012-10-02Fix linux compile errors for some systems.qsr@chromium.org
2012-09-26Fix the Linux build with clang.thestig@chromium.org
2012-09-18Allow generating minidumps from live process on Linux via ExceptionHandlerted.mielczarek@gmail.com
2012-09-18Allow adding extra memory regions to minidump on linux/windowsted.mielczarek@gmail.com
2012-09-17Add a GetInstructionPointer method to MinidumpExceptionted.mielczarek@gmail.com
2012-09-17Allow setting a new MinidumpDescriptor on ExceptionHandler, also expose direc...ted.mielczarek@gmail.com
2012-09-04Properly redeliver (or don't) signals to the previous handlers.mark@chromium.org
2012-08-09Adding a way to create an ExceptionHandler that takes in a file descriptorjcivelli@chromium.org
2012-08-06Conditionally compiling a unittest - based on whether AddressSanitizer is used. ivan.penkov@gmail.com
2012-07-24Speculatively back out r989 per http://codereview.chromium.org/10805065/ :mark@chromium.org
2012-07-24Linux: Fix a bunch of clang errors from not handling return values.thestig@chromium.org
2012-07-19Allow adding extra memory regions to minidump on linux/windowsted.mielczarek
2012-06-28This change allows compiling the google-breakpad code using a global ::string...ivan.penkov@gmail.com
2012-04-25Fix compilation warnings related to unchecked return valuested.mielczarek
2012-04-11Fix file descriptor leaks in ExternalDumper testted.mielczarek
2012-01-27Fix test addresses to use uintptr_t instead of u_int64_t.benchan@chromium.org
2011-11-23 Correct compilation warning.qsr@chromium.org