| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Avoid endl when writing symbol files | Aaron Dierking | 2018-05-30 | 1 | -9/+8 |
* | Add SEVERITY_CRITICAL to logging, that would help to suppress logs from the f... | Max Moroz | 2018-05-29 | 2 | -1/+14 |
* | Read Linux si_code in minidump_processor. | Lei Zhang | 2018-04-13 | 2 | -4/+143 |
* | Initialize variables for MSAN | Sergey Abbakumov | 2018-04-10 | 2 | -2/+2 |
* | Linux: Write out si_code for SIGBUS exceptions. | Lei Zhang | 2018-04-03 | 5 | -11/+26 |
* | Add missing header for free function | Takuto Ikuta | 2018-03-27 | 1 | -0/+1 |
* | Allow minidump_dump to print module lists that would normally be rejected | Ted Mielczarek | 2018-03-12 | 1 | -0/+3 |
* | Fixing incorrect include guard (missing #define) | Daniel Bratell | 2018-02-23 | 1 | -0/+1 |
* | Fix Travis build by running tests as root | Lars Volker | 2018-02-20 | 7 | -4/+70 |
* | Fix crash when an NSException is thrown. | Adam Harrison | 2018-02-02 | 2 | -11/+10 |
* | Extend ifdef to include helper functions | Lars Volker | 2018-01-31 | 1 | -2/+2 |
* | Remove barrier to fix Android build. | Lars Volker | 2018-01-31 | 1 | -1/+3 |
* | Make breakpad build with -Wimplicit-fallthrough (on linux) | Nico Weber | 2018-01-31 | 2 | -1/+19 |
* | Do not use non-standard stdext::checked_array_iterator with libc++. | Peter Collingbourne | 2018-01-18 | 1 | -1/+1 |
* | Only restore the signal handler if sigaction has not changed | Lars Volker | 2018-01-09 | 2 | -0/+60 |
* | Fixed file extention for minidump_upload in tools_linux.gypi | Syed Nisar Ul Haq | 2018-01-04 | 1 | -1/+1 |
* | Add asm and machine headers | bsheedy | 2018-01-03 | 5 | -7/+525 |
* | android: drop sgidefs.h hack for LSS | Mike Frysinger | 2017-12-23 | 2 | -42/+0 |
* | Fix minidump on ChromeOS | Yunlian Jiang | 2017-12-20 | 1 | -8/+25 |
* | Reconcile -[BreakpadController withBreakpadRef:] with its documentation. | Robert Sesek | 2017-12-15 | 1 | -3/+1 |
* | Update binaries with dump_syms changes to write new field | Mike Wittman | 2017-12-12 | 2 | -0/+0 |
* | Write field indicating multiple symbols at an address in dump_syms | Mike Wittman | 2017-12-11 | 8 | -31/+12 |
* | Remove duplicate import. | Adam Harrison | 2017-12-05 | 1 | -1/+0 |
* | Make iterator string types match map container string types | Mike Wittman | 2017-12-01 | 1 | -2/+2 |
* | Add optional field indicating multiple symbols at an address | Mike Wittman | 2017-11-29 | 12 | -148/+324 |
* | Update test data for identical-code-folded symbol changes | Mike Wittman | 2017-11-28 | 6 | -6/+6 |
* | Make identical-code-folded symbol output more consistent between runs | Mike Wittman | 2017-11-14 | 1 | -37/+43 |
* | List missing 64-bit arches in the bundled curl | Tomas Popela | 2017-11-13 | 1 | -1/+2 |
* | Add index-based set functionality to NonAllocatingMap. | Robert Sesek | 2017-11-07 | 2 | -31/+79 |
* | dump_symbols: Stop rejecting files with Android packed relocation sections. | Peter Collingbourne | 2017-11-07 | 1 | -31/+0 |
* | Create LongStringDictionary and replace SimpleStringDictionary on iOS | Yi Wang | 2017-11-03 | 7 | -21/+602 |
* | Don’t set exit_after_write to false for tvOS. | Adam Harrison | 2017-11-03 | 1 | -0/+2 |
* | Revert "Create LongStringDictionary and replace SimpleStringDictionary usages... | Mark Mentovai | 2017-11-02 | 7 | -599/+21 |
* | Rename an argument named "register" to "reg". | Peter Collingbourne | 2017-11-02 | 1 | -5/+5 |
* | Fix double declaration of tgkill when using Android NDK Headers. | Nicholas Baldwin | 2017-10-30 | 1 | -7/+1 |
* | Create LongStringDictionary and replace SimpleStringDictionary usages in clie... | Yi Wang | 2017-10-27 | 7 | -21/+599 |
* | Avoid skipping an initializer with a goto | Bruce Dawson | 2017-10-26 | 1 | -6/+9 |
* | Roll src/src/third_party/lss/ a91633d17..e6527b0cd (1 commit) | Torne (Richard Coles) | 2017-10-19 | 2 | -2/+2 |
* | Provide helper wrappers for basename(3) and dirname(3) | Tobias Sargeant | 2017-10-18 | 10 | -31/+220 |
* | Move main executable handling out of procmaps parser loop. | Peter Collingbourne | 2017-10-17 | 1 | -19/+21 |
* | Rename src/common/memory.h to memory_allocator.h. | Ted Mielczarek | 2017-10-17 | 15 | -33/+35 |
* | Add -s flag to microdump_stackwalk for dumping stack contents. | Tobias Sargeant | 2017-10-17 | 6 | -30/+32 |
* | Convert {mini|micro}dump_stackwalk argument parsing to getopt. | Tobias Sargeant | 2017-10-16 | 2 | -105/+131 |
* | ios: Adds a no-Mach exception handler | Adam Harrison | 2017-10-12 | 3 | -0/+447 |
* | Android: Use sys/types.h instead of stdint.h for sys/user.h | Joshua Peraza | 2017-10-06 | 1 | -1/+1 |
* | Fix minidump_dump_test after 6d0287851fab | Mark Mentovai | 2017-10-05 | 1 | -1/+0 |
* | Dump Crashpad extension structures in minidump_dump | Mark Mentovai | 2017-09-27 | 4 | -18/+463 |
* | Only run GYP for Windows targets on Windows | Mark Mentovai | 2017-09-27 | 2 | -17/+22 |
* | Fix MSVC build on 64-bit | Orgad Shaneh | 2017-09-25 | 7 | -17/+17 |
* | Refresh refresh_binaries.bat | Orgad Shaneh | 2017-09-24 | 1 | -12/+8 |