| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Delete deprecated SetFirstChanceExceptionHandler function | Andreas Haas | 2019-02-19 | 3 | -38/+0 |
* | Always emit a 32-bit crash address for 32-bit architectures | Gabriele Svelto | 2019-01-30 | 3 | -8/+56 |
* | Make the minidump processor correctly populate the CPU information string for... | Gabriele Svelto | 2019-01-30 | 1 | -0/+1 |
* | Introduce SetFirstChanceHandler with more strict signature | Andreas Haas | 2019-01-15 | 3 | -3/+40 |
* | Extract intruction pointer correctly for Windows ARM64 | Tom Tan | 2019-01-03 | 1 | -1/+3 |
* | Conditionally define BPLOG_LAZY_STREAM | Joshua Peraza | 2018-11-27 | 1 | -0/+2 |
* | Add mac dump_syms support for arm64e | Joshua Peraza | 2018-11-26 | 3 | -4/+45 |
* | fix dump_syms xcode project | Joshua Peraza | 2018-11-26 | 1 | -0/+10 |
* | Skip empty DWARF code range when mapping lines | Ludovic Guegan | 2018-11-21 | 1 | -3/+6 |
* | Conditionally define BPLOG_IF | Joshua Peraza | 2018-10-12 | 1 | -0/+2 |
* | Adds method to get the date of the most recent iOS crash report. | Evan Bernstein | 2018-10-08 | 4 | -0/+63 |
* | Swap MDCVInfoELF::cv_signature if needed. | Lei Zhang | 2018-08-28 | 1 | -1/+5 |
* | win: fix formatting after 21c98747 | Joshua Peraza | 2018-08-27 | 1 | -1/+1 |
* | win: replace a while loop with a for loop | Joshua Peraza | 2018-08-27 | 1 | -1/+1 |
* | Fix debug build after 16e0852 | Joshua Peraza | 2018-08-18 | 2 | -7/+6 |
* | Make a parameter a const reference | Joshua Peraza | 2018-08-17 | 1 | -1/+1 |
* | Treat high_pc as an address for DW_FORM_GNU_addr_index | Joshua Peraza | 2018-08-17 | 1 | -1/+2 |
* | Fix Windows client_tests GYP build after 88d8114fda3e | Mark Mentovai | 2018-08-15 | 1 | -0/+1 |
* | Fixed a typo introduced in revision 16e08520e6027df4bf1934abbfd5e1a088ffb69c | Gabriele Svelto | 2018-08-14 | 1 | -1/+1 |
* | Add support for parsing the DW_AT_ranges attributes | Gabriele Svelto | 2018-08-13 | 17 | -111/+577 |
* | Set new ARM64 context flags | Joshua Peraza | 2018-08-06 | 1 | -9/+1 |
* | processor: Fix memory leak after 88d8114f | Joshua Peraza | 2018-08-02 | 1 | -0/+4 |
* | Define and use a a new MDRawContextARM64 | Joshua Peraza | 2018-08-01 | 19 | -51/+325 |
* | Rename MDRawContextARM64 and its context flags | Joshua Peraza | 2018-08-01 | 20 | -71/+71 |
* | mac: Fix broken xcode projects | Joshua Peraza | 2018-07-31 | 3 | -162/+169 |
* | Add path_helper.cc and path_helper.h to dump_syms.xcodeproj. | Ivan Penkov | 2018-07-24 | 1 | -0/+6 |
* | ios: Fix build of exception_handler_no_mach | Joshua Peraza | 2018-07-09 | 1 | -1/+1 |
* | Use hash_map and hash_set from __gnu_cxx | Joshua Peraza | 2018-07-09 | 1 | -2/+2 |
* | iOS: disable using CFI in stackwalking | Joshua Peraza | 2018-07-06 | 2 | -6/+15 |
* | Ignore duplicate module list entries. | Lei Zhang | 2018-06-28 | 1 | -0/+16 |
* | Only do Android-specific adjustments for Android minidumps. | Lei Zhang | 2018-06-28 | 2 | -5/+10 |
* | Refactor code out of MinidumpModuleList::Read(). | Lei Zhang | 2018-06-28 | 2 | -48/+60 |
* | Add an anonymous namespace in minidump.cc. | Lei Zhang | 2018-06-28 | 1 | -41/+32 |
* | Fall back to the raw symbol name from DW_AT_MIPS_linkage_name when there is n... | Mike Hommey | 2018-06-19 | 1 | -0/+7 |
* | 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 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 |