| Commit message (Expand) | Author | Age | Files | Lines |
* | Actually remove removed files | ted.mielczarek@gmail.com | 2015-08-13 | 3 | -0/+0 |
* | Remove some old unused code, add a missing include | ted.mielczarek@gmail.com | 2015-08-13 | 8 | -849/+91 |
* | Fix format specifier in proc maps to support 32-bit architectures. | Liu.andrew.x@gmail.com | 2015-08-12 | 1 | -1/+1 |
* | Allow Print() to be called by const instances of MinidumpLinuxMaps and | Liu.andrew.x@gmail.com | 2015-08-12 | 2 | -4/+4 |
* | Change Print method of MinidumpLinuxMaps and MinidumpLinuxMapsList to print | Liu.andrew.x@gmail.com | 2015-08-11 | 3 | -1/+5 |
* | Workaround for range map overlaps caused by Android package relocation. | ivanpe@chromium.org | 2015-08-10 | 1 | -6/+25 |
* | Fix breakpad for arm on arm64 | cjhopman@chromium.org | 2015-08-05 | 1 | -0/+6 |
* | Fix potential null pointer dereference. | Liu.andrew.x@gmail.com | 2015-07-31 | 2 | -12/+15 |
* | Remove unnecessary dependencies. | Liu.andrew.x@gmail.com | 2015-07-29 | 1 | -2/+0 |
* | Add support for Linux memory mapping stream and remove ELF header usage | Liu.andrew.x@gmail.com | 2015-07-28 | 12 | -214/+885 |
* | Fix incorrect comment. | Liu.andrew.x@gmail.com | 2015-07-27 | 1 | -1/+1 |
* | add aarch64 support to minidump-2-core | vapier@chromium.org | 2015-07-20 | 2 | -10/+37 |
* | tests: InstructionPointerMemoryNullPointer: make it work under llvm | vapier@chromium.org | 2015-07-20 | 2 | -2/+9 |
* | Add ELF header analysis when checking for instruction pointer in code. | Liu.andrew.x@gmail.com | 2015-07-16 | 9 | -10/+207 |
* | 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 |
* | Set exception whitelist check as earlier check instead of last check. | Liu.andrew.x@gmail.com | 2015-07-07 | 1 | -15/+15 |
* | Use general instruction/stack pointer convenience method instead of manually | Liu.andrew.x@gmail.com | 2015-06-30 | 7 | -33/+74 |
* | Checking for benign exceptions that trigger a minidump. | Liu.andrew.x@gmail.com | 2015-06-30 | 3 | -3/+62 |
* | This CL adds support for ARM and ARM64 architectures when calculating | Liu.andrew.x@gmail.com | 2015-06-30 | 1 | -1/+8 |
* | Adjust breakpad module size to match adjusted start_addr. | rmcilroy@chromium.org | 2015-06-30 | 1 | -4/+9 |
* | Checking location of the instruction pointer to see if it is | Liu.andrew.x@gmail.com | 2015-06-25 | 6 | -0/+71 |
* | Update the upload.py code review server. | rsesek@chromium.org | 2015-06-24 | 1 | -1/+1 |
* | Reconfigured options for sym_upload to not treat h and ? flags as invalid opt... | ivanpe@chromium.org | 2015-06-22 | 1 | -0/+5 |
* | Fix signal propagation logic for Linux/Android exception handler. | primiano@chromium.org | 2015-06-22 | 1 | -2/+15 |
* | Use local variable for out parameter rather than direct use of ivar | ivanpe@chromium.org | 2015-06-20 | 1 | -2/+3 |
* | Update breakpad for Android packed relocations. | rmcilroy@chromium.org | 2015-06-19 | 5 | -2/+223 |
* | update more ignore files | vapier@chromium.org | 2015-05-28 | 1 | -0/+31 |
* | [microdump] Add build fingerprint and product info metadata. | primiano@chromium.org | 2015-05-15 | 6 | -50/+163 |
* | Switch code review server to codereview.chromium.org. | mark@chromium.org | 2015-05-06 | 1 | -1/+1 |
* | Fix signal propagation logic for Linux/Android exception handler. | primiano@chromium.org | 2015-04-30 | 1 | -1/+2 |
* | Support object files larger than 2**32. | erikchen@chromium.org | 2015-04-22 | 7 | -40/+189 |
* | [MIPS]: Use mcontext_t structure for MIPS | rmcilroy@chromium.org | 2015-04-21 | 9 | -160/+134 |
* | update svn:ignores | vapier@chromium.org | 2015-04-18 | 0 | -0/+0 |
* | synx with latest upstream gnuconfig | vapier@chromium.org | 2015-04-18 | 2 | -52/+53 |
* | 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 | 14 | -20/+156 |
* | Use __NR_rt_sigaction instead of __NR_sigaction | mark@chromium.org | 2015-04-13 | 1 | -1/+1 |
* | Microdump processor: be more tolerant for different logcat formats | primiano@chromium.org | 2015-04-13 | 1 | -1/+1 |
* | Add address and reason for IN_PAGE_ERROR. | mark@chromium.org | 2015-04-10 | 7 | -5/+8683 |
* | 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 | 6 | -18/+18 |
* | Fix compatibility with Android NDK r10d. | primiano@chromium.org | 2015-03-16 | 2 | -17/+20 |
* | Make breakpad compatible with Android NDK r10d. | primiano@chromium.org | 2015-03-10 | 2 | -5/+16 |
* | Microdump writer: stop using new/malloc in compromised context | primiano@chromium.org | 2015-03-10 | 1 | -9/+13 |
* | Fix Windows dump_syms x64 linking | ted.mielczarek@gmail.com | 2015-03-06 | 1 | -2/+20 |
* | Formatting tweak for https://breakpad.appspot.com/9774002, add more newlines | ted.mielczarek@gmail.com | 2015-02-27 | 1 | -4/+5 |
* | Add stack contents output functionality to minidump_stackwalk | hashimoto@chromium.org | 2015-02-27 | 4 | -14/+185 |
* | Update license on convert_UTF.* to the standard Unicode license. | mark@chromium.org | 2015-02-25 | 2 | -32/+64 |
* | Add option to Breakpad to consume INVALID_HANDLE_VALUE exceptions. | wfh@chromium.org | 2015-02-22 | 2 | -0/+19 |