| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace remaining references to 'struct ucontext' with 'ucontext_t' | Mark Mentovai | 2017-09-20 | 1 | -5/+5 |
* | Add first chance exception handler API | Eric Holk | 2017-06-19 | 1 | -0/+17 |
* | Fix race in ExceptionHandler::GenerateDump() | Lars Volker | 2017-05-10 | 1 | -3/+9 |
* | Wire up stack sanitization and skipping to WriteMinidump | Tobias Sargeant | 2017-02-03 | 1 | -5/+16 |
* | Sanitize dumped stacks to remove data that may be identifiable. | Tobias Sargeant | 2017-01-31 | 1 | -0/+1 |
* | Add API to skip dump if crashing thread doesn't reference a given module | Tobias Sargeant | 2017-01-18 | 1 | -0/+2 |
* | Comment out an unused function argument | Orgad Shaneh | 2016-11-29 | 1 | -1/+1 |
* | linux/android: add SIGTRAP to the list of signals handled by the client | Primiano Tucci | 2016-06-08 | 1 | -1/+1 |
* | Add GPU fingerprint information to breakpad microdumps. | Primiano Tucci | 2015-09-28 | 1 | -2/+1 |
* | Linux ExceptionHandler: don't allocate the CrashContext on the stack | Primiano Tucci | 2015-09-22 | 1 | -15/+27 |
* | [microdump] Move microdump writes to the crash ring-buffer log | primiano@chromium.org | 2015-08-17 | 1 | -0/+5 |
* | [microdump] Add build fingerprint and product info metadata. | primiano@chromium.org | 2015-05-15 | 1 | -4/+7 |
* | Fix signal propagation logic for Linux/Android exception handler. | primiano@chromium.org | 2015-04-30 | 1 | -1/+2 |
* | Fix call to rt_sigaction | cjhopman@chromium.org | 2015-04-15 | 1 | -4/+4 |
* | Use __NR_rt_sigaction instead of __NR_sigaction | mark@chromium.org | 2015-04-13 | 1 | -1/+1 |
* | Workaround Android sigaction bug | mark@chromium.org | 2015-04-10 | 1 | -3/+21 |
* | Introduce microdump writer class. | primiano@chromium.org | 2014-10-28 | 1 | -2/+11 |
* | Fix some nits raised by Timur for r1385. | thestig@chromium.org | 2014-09-24 | 1 | -3/+2 |
* | Linux: Call memset() in a couple places in ExceptionHandler to avoid uninit m... | thestig@chromium.org | 2014-09-23 | 1 | -24/+28 |
* | Linux: Fix a memory leak in ExceptionHandler. | thestig@chromium.org | 2014-05-28 | 1 | -0/+2 |
* | FD leaks and handle errors better. | rsesek@chromium.org | 2014-05-06 | 1 | -4/+10 |
* | Increase Breakpad's signal handler stack size. | rmcilroy@chromium.org | 2014-04-09 | 1 | -1/+1 |
* | Add Arm64 version of breakpad_getcontext for Android. | rmcilroy@chromium.org | 2014-04-03 | 1 | -2/+9 |
* | First cut at adding arm64 Linux / Android support to Breakpad. | rmcilroy@chromium.org | 2014-04-02 | 1 | -3/+6 |
* | Trim unintentional whitespace and fix style nits | thestig@chromium.org | 2014-03-18 | 1 | -9/+9 |
* | Use a proper ignore_result() to fix a ftruncate warn_unused_result warning wi... | thestig@chromium.org | 2013-12-18 | 1 | -1/+2 |
* | Allow SIGABRT to abort the program. | thestig@chromium.org | 2013-11-07 | 1 | -2/+3 |
* | increase exception handler stack size for dumping thread | vapier@chromium.org | 2013-10-23 | 1 | -1/+3 |
* | Adding support for mips. | gordana.cmiljanovic@imgtec.com | 2013-09-11 | 1 | -2/+7 |
* | Update to build against the latest revision of linux_syscall_support.h | mseaborn@chromium.org | 2013-09-05 | 1 | -3/+3 |
* | Add Android ifdef to fix issue 526 | ted.mielczarek@gmail.com | 2013-04-18 | 1 | -0/+2 |
* | ESP is zero in dumps created by CrashGenerationClient::RequestDump on i386 Linux | ted.mielczarek@gmail.com | 2013-04-16 | 1 | -0/+30 |
* | Use stdint types everywhere | ted.mielczarek@gmail.com | 2013-03-06 | 1 | -1/+1 |
* | ExceptionHandler::HandleSignal | mark@chromium.org | 2013-01-14 | 1 | -2/+5 |
* | Cleaning up google-breakpad source code of signed-unsigned comparison warnings | ivan.penkov@gmail.com | 2012-11-21 | 1 | -4/+4 |
* | Add optional file size limit for minidumps | mkrebs@chromium.org | 2012-11-15 | 1 | -0/+2 |
* | Make Linux signal handler more robust. | digit@chromium.org | 2012-10-09 | 1 | -0/+29 |
* | Allow generating minidumps from live process on Linux via ExceptionHandler | ted.mielczarek@gmail.com | 2012-09-18 | 1 | -1/+34 |
* | Allow adding extra memory regions to minidump on linux/windows | ted.mielczarek@gmail.com | 2012-09-18 | 1 | -2/+26 |
* | Fix the Linux build on Ubuntu 12.04 LTS | digit@chromium.org | 2012-09-06 | 1 | -2/+2 |
* | Properly redeliver (or don't) signals to the previous handlers. | mark@chromium.org | 2012-09-04 | 1 | -63/+125 |
* | Add custom getcontext() implementation for Android. | digit@chromium.org | 2012-08-31 | 1 | -9/+3 |
* | Fix the tools and processor build for Android | digit@chromium.org | 2012-08-21 | 1 | -2/+2 |
* | Improve Android support | digit@chromium.org | 2012-08-21 | 1 | -2/+0 |
* | Fix Android build. | digit@chromium.org | 2012-08-20 | 1 | -0/+5 |
* | Make ExceptionHandler::HandleSignal() public. | mark@chromium.org | 2012-08-10 | 1 | -0/+10 |
* | Adding a way to create an ExceptionHandler that takes in a file descriptor | jcivelli@chromium.org | 2012-08-09 | 1 | -69/+47 |
* | Speculatively back out r989 per http://codereview.chromium.org/10805065/ : | mark@chromium.org | 2012-07-24 | 1 | -17/+1 |
* | Allow adding extra memory regions to minidump on linux/windows | ted.mielczarek | 2012-07-19 | 1 | -1/+17 |
* | This change allows compiling the google-breakpad code using a global ::string... | ivan.penkov@gmail.com | 2012-06-28 | 1 | -5/+5 |