| Commit message (Expand) | Author | Age | Files | Lines |
* | Add process type to MicroDumpExtraInfo | Primiano Tucci | 2016-07-19 | 1 | -1/+5 |
* | linux/android: add SIGTRAP to the list of signals handled by the client | Primiano Tucci | 2016-06-08 | 1 | -1/+1 |
* | 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 |
* | Add GPU fingerprint information to breakpad microdumps. | Primiano Tucci | 2015-09-28 | 4 | -51/+73 |
* | 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 |
* | tests: InstructionPointerMemoryNullPointer: make it work under llvm | vapier@chromium.org | 2015-07-20 | 1 | -1/+6 |
* | [microdump] Add build fingerprint and product info metadata. | primiano@chromium.org | 2015-05-15 | 3 | -9/+59 |
* | 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 |
* | MIPS64: Initial MIPS64 related change. | mark@chromium.org | 2015-04-15 | 1 | -0/+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 |
* | Fix compilation with gcc --std=c++11 | ted.mielczarek@gmail.com | 2015-03-24 | 1 | -1/+1 |
* | Fix the scope on the initialization of kMicrodumpOnConsole to match header. | primiano@chromium.org | 2015-01-09 | 1 | -1/+2 |
* | Introduce microdump writer class. | primiano@chromium.org | 2014-10-28 | 3 | -13/+56 |
* | 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 | 2 | -35/+32 |
* | Make crash_handler volatile to prevent compiler optimizing it away. | rmcilroy@chromium.org | 2014-07-02 | 1 | -1/+5 |
* | Cleanup: hide undefined behavior from the compiler better. | ivanpe@chromium.org | 2014-07-01 | 1 | -4/+18 |
* | 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 |
* | Make the Linux CrashGenerationClient an interface. | rsesek@chromium.org | 2014-05-05 | 1 | -1/+5 |
* | 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 | 2 | -6/+13 |
* | First cut at adding arm64 Linux / Android support to Breakpad. | rmcilroy@chromium.org | 2014-04-02 | 2 | -8/+11 |
* | Trim unintentional whitespace and fix style nits | thestig@chromium.org | 2014-03-18 | 1 | -9/+9 |
* | Make Linux ExceptionHandler::HandleSignal public | ted.mielczarek@gmail.com | 2014-02-05 | 1 | -1/+3 |
* | Use a proper ignore_result() to fix a ftruncate warn_unused_result warning wi... | thestig@chromium.org | 2013-12-18 | 1 | -1/+2 |
* | disable unittests under ASAN that use memory crashes | vapier@chromium.org | 2013-12-11 | 1 | -5/+14 |
* | 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 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 | 3 | -22/+45 |
* | 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 |
* | 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 | 3 | -23/+23 |
* | size_limit_ member of minidump_descriptor ignored in copy constructor | ted.mielczarek@gmail.com | 2013-02-14 | 2 | -2/+4 |
* | Fix some issues with -Werror=sign-compare on Android builds | ted.mielczarek@gmail.com | 2013-02-01 | 1 | -1/+1 |
* | Move scoped_ptr.h to common | ted.mielczarek@gmail.com | 2013-01-17 | 1 | -1/+1 |
* | ExceptionHandler::HandleSignal | mark@chromium.org | 2013-01-14 | 1 | -2/+5 |
* | Fix unused variable warning in optimized build (fix proveded by Matthew Riley) | ivan.penkov@gmail.com | 2012-11-21 | 1 | -2/+3 |
* | Cleaning up google-breakpad source code of signed-unsigned comparison warnings | ivan.penkov@gmail.com | 2012-11-21 | 2 | -20/+20 |
* | Add optional file size limit for minidumps | mkrebs@chromium.org | 2012-11-15 | 2 | -2/+15 |
* | 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 | 2 | -0/+60 |