| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add optional field indicating multiple symbols at an address | Mike Wittman | 2017-11-29 | 11 | -144/+310 |
* | 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 |
* | Provide helper wrappers for basename(3) and dirname(3) | Tobias Sargeant | 2017-10-18 | 8 | -23/+113 |
* | 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 | 13 | -16/+16 |
* | 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 |
* | 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 |
* | Restore missing #include <stdint.h> to Android <sys/user.h> | Mark Mentovai | 2017-09-20 | 1 | -0/+4 |
* | Replace remaining references to 'struct ucontext' with 'ucontext_t' | Mark Mentovai | 2017-09-20 | 6 | -33/+33 |
* | Fix googletest/googlemock build | Mark Mentovai | 2017-09-19 | 3 | -15/+15 |
* | android: Don’t compete with NDK API >= 21 over NDK structures | Mark Mentovai | 2017-09-18 | 2 | -39/+25 |
* | drop bundled gflags from the checkout | Mike Frysinger | 2017-09-13 | 3 | -534/+2 |
* | drop glog from the checkout | Mike Frysinger | 2017-09-13 | 1 | -0/+0 |
* | Parse DWARF 4 line tables correctly | Mark Mentovai | 2017-09-13 | 1 | -0/+7 |
* | Increase the maximum number of modules allowed in minidumps. | Tobias Sargeant | 2017-09-01 | 1 | -3/+3 |
* | Fix memory leak in ppc64 stackwalker | Tobias Sargeant | 2017-08-30 | 1 | -2/+3 |
* | Add crash reason extraction to microdump processor | Tobias Sargeant | 2017-08-21 | 5 | -1/+1457 |
* | Fix memory leak in ppc stackwalker | Tobias Sargeant | 2017-08-18 | 1 | -2/+3 |
* | Add crash reason and address to microdumps. | Tobias Sargeant | 2017-08-14 | 4 | -0/+111 |
* | Increase maximum number of regions for minidump_stackwalk. | Lars Volker | 2017-07-28 | 1 | -1/+3 |
* | Handle very large stack traces | Leonard Mosescu | 2017-07-12 | 14 | -81/+108 |
* | A couple of minor fixes | Leonard Mosescu | 2017-07-11 | 2 | -4/+4 |
* | Fix asan builds | Eric Holk | 2017-06-22 | 1 | -23/+23 |
* | Add first chance exception handler API | Eric Holk | 2017-06-19 | 3 | -0/+44 |
* | Merge exec and non-exec segments while merging executable bit. | Peter Collingbourne | 2017-05-26 | 1 | -3/+8 |
* | Teach the ELF parser to handle multiple PT_NOTE phdrs. | Peter Collingbourne | 2017-05-26 | 4 | -38/+76 |
* | Make the cross-compilation glue for dump_syms Mac handle x86_64h. | Markus Stange | 2017-05-26 | 2 | -4/+25 |
* | Don't attempt to use PTRACE_GETREGS if it isn't defined. | John Budorick | 2017-05-25 | 1 | -1/+5 |
* | Simplify ELF parser code. | Peter Collingbourne | 2017-05-25 | 4 | -40/+17 |
* | Wrap config.h include in HAVE_CONFIG_H. | John Budorick | 2017-05-24 | 1 | -1/+4 |
* | Use __NR_exit_group in MinidumpWriterTest.MinidumpStacksSkippedIfRequested. | John Budorick | 2017-05-24 | 1 | -10/+24 |
* | Only use O_CLOEXEC on platforms that support it | Lars Volker | 2017-05-10 | 2 | -0/+4 |
* | Fix race in ExceptionHandler::GenerateDump() | Lars Volker | 2017-05-10 | 1 | -3/+9 |