| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | 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 |
* | [microdump] Add build fingerprint and product info metadata. | primiano@chromium.org | 2015-05-15 | 6 | -50/+163 |
* | 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 |
* | 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 | 5 | -3/+8661 |
* | 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 |
* | Cleanup Linux debug link file handling code. | thestig@chromium.org | 2015-02-10 | 1 | -44/+74 |
* | Fix overflow error in breakpad for linux | mark@chromium.org | 2015-02-05 | 1 | -4/+4 |
* | Add unit tests for overlapping functions and externs. | thestig@chromium.org | 2015-02-04 | 1 | -0/+68 |
* | Handle ARM THUMB functions when removing duplicate PUBLIC entries. | thestig@chromium.org | 2015-02-03 | 1 | -3/+18 |
* | Follow debug link correctly | hashimoto@chromium.org | 2015-02-03 | 2 | -50/+52 |
* | Demangle symbol name | hashimoto@chromium.org | 2015-02-03 | 2 | -1/+12 |
* | Handle failures of copying process data from a core file. | benchan@chromium.org | 2015-02-02 | 6 | -16/+31 |
* | Replace uses of hash_map with unordered_map | ted.mielczarek@gmail.com | 2015-02-02 | 1 | -6/+6 |
* | Remove unneeded definitions of O_BINARY | vapier@chromium.org | 2015-01-28 | 2 | -2/+0 |
* | Remove unused variable 'kGUIDStringSize' in microdump_writer_unittest. | benchan@chromium.org | 2015-01-28 | 1 | -4/+0 |
* | Stop calling memmove when unnecessary | hashimoto@chromium.org | 2015-01-27 | 1 | -2/+4 |
* | Fix some fragile code that is likely to cause future memory corruption | erikchen@chromium.org | 2015-01-27 | 8 | -58/+62 |
* | Fix a source of memory corruption. | erikchen@chromium.org | 2015-01-26 | 1 | -7/+13 |
* | Fix the scope on the initialization of kMicrodumpOnConsole to match header. | primiano@chromium.org | 2015-01-09 | 1 | -1/+2 |
* | Modify minidump_stackwalk to be more tolerant of overlapping ranges. | wfh@chromium.org | 2014-12-20 | 1 | -6/+20 |
* | Add microdump files to project. | jessicag.feedback@gmail.com | 2014-12-11 | 1 | -0/+6 |
* | Remove pointers from serialized file format | mdempsky@chromium.org | 2014-12-11 | 4 | -23/+108 |
* | Breakpad: Fix build with new clang versions. | mark@chromium.org | 2014-12-10 | 2 | -2/+2 |
* | dump_syms: Fix handling of DW_FORM_ref_addr to work with DWARF 4 | mseaborn@chromium.org | 2014-12-03 | 1 | -6/+7 |
* | Microdumps: support aarch64 and lib mapping from APK | primiano@chromium.org | 2014-12-02 | 21 | -776/+148959 |
* | Surfacing the process create time in google_breakpad::ProcessState | ivanpe@chromium.org | 2014-11-25 | 10 | -15/+123 |
* | Introduce microdump_stackwalk comand line executable | primiano@chromium.org | 2014-11-25 | 8 | -734/+1354 |
* | Fix microdump_writer and add unittest. | primiano@chromium.org | 2014-11-25 | 2 | -10/+150 |
* | Microdump processing implementation | mmandlis@chromium.org | 2014-11-19 | 10 | -5/+982 |
* | Add parameter --product to symupload.exe | ivanpe@chromium.org | 2014-11-17 | 6 | -959/+737 |