| Commit message (Expand) | Author | Age | Files | Lines |
* | Also treat DBG_PRINTEXCEPTION* as debug exceptions | Tim Angus | 2016-10-18 | 1 | -1/+3 |
* | Don't call _exit() on iOS. | Justin Cohen | 2016-10-13 | 1 | -0/+5 |
* | Corrected some old references to mm files, which were renamed to cc files a w... | Ivan Penkov | 2016-09-01 | 1 | -4/+4 |
* | Fix breakpad compilation issue with clang on Windows | Rafal Chlodnicki | 2016-08-25 | 1 | -6/+4 |
* | Add process type to MicroDumpExtraInfo | Primiano Tucci | 2016-07-19 | 2 | -1/+16 |
* | Recover memory mappings before writing dump on ChromeOS | Ting-Yuan (Leo) Huang | 2016-07-18 | 1 | -0/+172 |
* | Add a new argument to specify the minidump type to write on Windows. | Ting-Yu Chou | 2016-06-29 | 2 | -6/+10 |
* | Server-side workaround to handle overlapping modules. | Ivan Penkov | 2016-06-20 | 1 | -0/+2 |
* | linux/android: add SIGTRAP to the list of signals handled by the client | Primiano Tucci | 2016-06-08 | 1 | -1/+1 |
* | Fixing an unused-variable warning in microdump_writer.cc | Ivan Penkov | 2016-05-24 | 1 | -1/+0 |
* | Fix stack collection with size limit | Lars Volker | 2016-05-24 | 1 | -0/+8 |
* | Functions only called by DumpFreeSpace need to be conditionally compiled. | Tobias Sargeant | 2016-05-23 | 1 | -0/+6 |
* | Add statistics about free space to microdump format. | Primiano Tucci | 2016-05-23 | 1 | -2/+141 |
* | breakpad: fix unittest errors | Yunlian Jiang | 2016-05-04 | 1 | -4/+0 |
* | Revert of Extend mapping merge to include reserved but unused mappings. (http... | Primiano Tucci | 2016-04-28 | 1 | -18/+0 |
* | Remove GTM_ENABLE_LEAKS and GTMGarbageCollection | Dave MacLachlan | 2016-04-21 | 1 | -2/+0 |
* | Switch the Linux minidump writer to use MDCVInfoELF for CV data. | Ted Mielczarek | 2016-04-05 | 7 | -91/+119 |
* | Don't merge the mappings if their exec bit are different. | Primiano Tucci | 2016-03-08 | 1 | -1/+2 |
* | Add an optional root prefix to Linux dumpers | Dominik Laskowski | 2016-03-07 | 7 | -35/+58 |
* | Ensure Linux minidump writer flushes minidump header early. | Ted Mielczarek | 2016-02-12 | 1 | -11/+18 |
* | Fix usage of deprecated function CFPropertyListCreateFromXMLData. | Sylvain Defresne | 2016-02-08 | 1 | -3/+3 |
* | [mips64] Support for mips n64 | Mike Frysinger | 2016-02-06 | 4 | -0/+24 |
* | Remove use of deprecated CFURLCreateDataAndPropertiesFromResource function. | Ivan Penkov | 2016-01-31 | 1 | -6/+19 |
* | Revert "Fix deprecatation warning when building for recent SDKs on iOS/OS X." | Olivier Robin | 2016-01-21 | 1 | -3/+3 |
* | Fix compilation of breakpad on Linux. | Sylvain Defresne | 2016-01-08 | 1 | -2/+2 |
* | Fix deprecatation warning when building for recent SDKs on iOS/OS X. | Sylvain Defresne | 2016-01-07 | 1 | -3/+3 |
* | Use range-based for loops in linux/minidump_writer/minidump_writer.cc. | Lei Zhang | 2016-01-07 | 1 | -45/+32 |
* | Avoid comparing size_t to be < 0 on AArch64. | Lei Zhang | 2016-01-06 | 1 | -2/+2 |
* | Fix -Wunused-function warnings in ASAN builds. | Lei Zhang | 2015-12-30 | 1 | -6/+2 |
* | Let breakpad build with -Wall on OS X and Linux. | Lei Zhang | 2015-12-29 | 1 | -6/+2 |
* | Remove use of deprecated CFURLCreateDataAndPropertiesFromResource function. | Ivan Penkov | 2015-12-18 | 1 | -12/+19 |
* | Fix file descriptor leaks in linux CrashGenerationServer | Mike Frysinger | 2015-11-11 | 1 | -0/+3 |
* | Android: Workaround for ftruncate() issues. | Lei Zhang | 2015-11-05 | 1 | -3/+69 |
* | Only release current_breakpad_ if it is defined. | Benjamin Lerman | 2015-10-14 | 1 | -1/+1 |
* | Fix Windows crash_generation_server for debug builds without -D_DEBUG | Ted Mielczarek | 2015-10-07 | 1 | -1/+1 |
* | Support for multiple upload files in CrashReportSender/HTTPUpload | David Major | 2015-10-06 | 2 | -4/+4 |
* | Fix MSVC build (including on 2015), drop some workarounds for MSVC older than... | Ted Mielczarek | 2015-10-06 | 3 | -5/+5 |
* | Add GPU fingerprint information to breakpad microdumps. | Primiano Tucci | 2015-09-28 | 7 | -81/+164 |
* | Linux ExceptionHandler: don't allocate the CrashContext on the stack | Primiano Tucci | 2015-09-22 | 1 | -15/+27 |
* | Remove obsolete seccomp_unwinder for legacy (pre-BPF) sandbox | primiano@chromium.org | 2015-08-18 | 4 | -214/+0 |
* | [microdump] Move microdump writes to the crash ring-buffer log | primiano@chromium.org | 2015-08-17 | 4 | -3/+60 |
* | [microdump] Fix hw architecture indication in build fingerprint line | primiano@chromium.org | 2015-08-17 | 2 | -15/+60 |
* | Fix breakpad for arm on arm64 | cjhopman@chromium.org | 2015-08-05 | 1 | -0/+6 |
* | add aarch64 support to minidump-2-core | vapier@chromium.org | 2015-07-20 | 1 | -3/+3 |
* | tests: InstructionPointerMemoryNullPointer: make it work under llvm | vapier@chromium.org | 2015-07-20 | 2 | -2/+9 |
* | Fix -Wreorder warnings in the Windows code. | wfh@chromium.org | 2015-07-10 | 3 | -14/+14 |
* | Default nil or empty version string to CFBundleVersion | changluo@google.com | 2015-07-10 | 1 | -1/+1 |
* | Adjust breakpad module size to match adjusted start_addr. | rmcilroy@chromium.org | 2015-06-30 | 1 | -4/+9 |
* | Update breakpad for Android packed relocations. | rmcilroy@chromium.org | 2015-06-19 | 4 | -2/+192 |
* | [microdump] Add build fingerprint and product info metadata. | primiano@chromium.org | 2015-05-15 | 6 | -50/+163 |