| Commit message (Expand) | Author | Age | Files | Lines |
* | Use standard header locations for poll.h and signal.h | Michael Forney | 2020-03-10 | 1 | -1/+1 |
* | linux: fix broken tests | Joshua Peraza | 2019-06-04 | 1 | -2/+2 |
* | Linux breakpad_unittests: fix ThreadSanitizer problems | Mark Mentovai | 2019-04-26 | 1 | -3/+23 |
* | Make breakpad_unittests work with Chrome's test runner instead of gtest's | Mark Mentovai | 2019-04-19 | 1 | -0/+4 |
* | Delete deprecated SetFirstChanceExceptionHandler function | Andreas Haas | 2019-02-19 | 1 | -21/+0 |
* | Introduce SetFirstChanceHandler with more strict signature | Andreas Haas | 2019-01-15 | 1 | -1/+22 |
* | Extend ifdef to include helper functions | Lars Volker | 2018-01-31 | 1 | -2/+2 |
* | Remove barrier to fix Android build. | Lars Volker | 2018-01-31 | 1 | -1/+3 |
* | Only restore the signal handler if sigaction has not changed | Lars Volker | 2018-01-09 | 1 | -0/+59 |
* | A couple of minor fixes | Leonard Mosescu | 2017-07-11 | 1 | -1/+1 |
* | Fix asan builds | Eric Holk | 2017-06-22 | 1 | -23/+23 |
* | Add first chance exception handler API | Eric Holk | 2017-06-19 | 1 | -0/+23 |
* | breakpad: fix unittest errors | Yunlian Jiang | 2016-05-04 | 1 | -4/+0 |
* | Switch the Linux minidump writer to use MDCVInfoELF for CV data. | Ted Mielczarek | 2016-04-05 | 1 | -14/+1 |
* | Fix -Wunused-function warnings in ASAN builds. | Lei Zhang | 2015-12-30 | 1 | -6/+2 |
* | tests: InstructionPointerMemoryNullPointer: make it work under llvm | vapier@chromium.org | 2015-07-20 | 1 | -1/+6 |
* | MIPS64: Initial MIPS64 related change. | mark@chromium.org | 2015-04-15 | 1 | -0/+4 |
* | Fix compilation with gcc --std=c++11 | ted.mielczarek@gmail.com | 2015-03-24 | 1 | -1/+1 |
* | Cleanup: hide undefined behavior from the compiler better. | ivanpe@chromium.org | 2014-07-01 | 1 | -4/+18 |
* | disable unittests under ASAN that use memory crashes | vapier@chromium.org | 2013-12-11 | 1 | -5/+14 |
* | Adding mips support for Android. | gordana.cmiljanovic@imgtec.com | 2013-09-25 | 1 | -1/+6 |
* | Adding support for mips. | gordana.cmiljanovic@imgtec.com | 2013-09-11 | 1 | -19/+35 |
* | Fix three unit tests on recent ARM devices. | digit@chromium.org | 2013-03-21 | 1 | -0/+24 |
* | Use stdint types everywhere | ted.mielczarek@gmail.com | 2013-03-06 | 1 | -21/+21 |
* | Fix some issues with -Werror=sign-compare on Android builds | ted.mielczarek@gmail.com | 2013-02-01 | 1 | -1/+1 |
* | Cleaning up google-breakpad source code of signed-unsigned comparison warnings | ivan.penkov@gmail.com | 2012-11-21 | 1 | -16/+16 |
* | Fix some compiler errors in exception_handler_unittest by casting like crazy | ted.mielczarek@gmail.com | 2012-10-15 | 1 | -2/+4 |
* | Make Linux signal handler more robust. | digit@chromium.org | 2012-10-09 | 1 | -0/+31 |
* | Fix merge error from r1055 | ted.mielczarek@gmail.com | 2012-10-02 | 1 | -1/+0 |
* | Fix linux compile errors for some systems. | qsr@chromium.org | 2012-10-02 | 1 | -9/+10 |
* | Fix the Linux build with clang. | thestig@chromium.org | 2012-09-26 | 1 | -0/+1 |
* | Allow generating minidumps from live process on Linux via ExceptionHandler | ted.mielczarek@gmail.com | 2012-09-18 | 1 | -0/+66 |
* | Allow adding extra memory regions to minidump on linux/windows | ted.mielczarek@gmail.com | 2012-09-18 | 1 | -1/+80 |
* | Add a GetInstructionPointer method to MinidumpException | ted.mielczarek@gmail.com | 2012-09-17 | 1 | -42/+3 |
* | Allow setting a new MinidumpDescriptor on ExceptionHandler, also expose direc... | ted.mielczarek@gmail.com | 2012-09-17 | 1 | -0/+4 |
* | Properly redeliver (or don't) signals to the previous handlers. | mark@chromium.org | 2012-09-04 | 1 | -0/+174 |
* | Adding a way to create an ExceptionHandler that takes in a file descriptor | jcivelli@chromium.org | 2012-08-09 | 1 | -235/+243 |
* | Conditionally compiling a unittest - based on whether AddressSanitizer is used. | ivan.penkov@gmail.com | 2012-08-06 | 1 | -0/+7 |
* | Speculatively back out r989 per http://codereview.chromium.org/10805065/ : | mark@chromium.org | 2012-07-24 | 1 | -39/+0 |
* | Linux: Fix a bunch of clang errors from not handling return values. | thestig@chromium.org | 2012-07-24 | 1 | -5/+8 |
* | Allow adding extra memory regions to minidump on linux/windows | ted.mielczarek | 2012-07-19 | 1 | -0/+39 |
* | This change allows compiling the google-breakpad code using a global ::string... | ivan.penkov@gmail.com | 2012-06-28 | 1 | -6/+7 |
* | Fix compilation warnings related to unchecked return values | ted.mielczarek | 2012-04-25 | 1 | -1/+8 |
* | Fix file descriptor leaks in ExternalDumper test | ted.mielczarek | 2012-04-11 | 1 | -0/+2 |
* | Fix test addresses to use uintptr_t instead of u_int64_t. | benchan@chromium.org | 2012-01-27 | 1 | -1/+1 |
* | Correct compilation warning. | qsr@chromium.org | 2011-11-23 | 1 | -27/+29 |
* | Fix clang warning / miscompile. | mmentovai | 2011-01-24 | 1 | -2/+2 |
* | allow passing info about known memory mappings to MinidumpWriter and Exceptio... | ted.mielczarek | 2010-12-13 | 1 | -0/+86 |
* | Delete an old Makefile and fix lots of lint errors. | thestig@chromium.org | 2010-11-08 | 1 | -5/+5 |
* | Add support for building the Linux client code using the Android NDK | ted.mielczarek | 2010-10-20 | 1 | -12/+19 |