| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Linux breakpad_unittests: fix ThreadSanitizer problems | Mark Mentovai | 2019-04-26 | 5 | -9/+52 |
* | Linux MinidumpWriter: fix stack-use-after-scope violation | Mark Mentovai | 2019-04-26 | 1 | -2/+4 |
* | [Breakpad iOS] Add a callback on report upload completion. | Olivier Robin | 2019-04-23 | 6 | -23/+88 |
* | Make breakpad_unittests work with Chrome's test runner instead of gtest's | Mark Mentovai | 2019-04-19 | 3 | -3/+13 |
* | Use correct c++ standard library in Xcode project. | John Z Wu | 2019-04-19 | 1 | -0/+2 |
* | linux_core_dumper: add missing newline to Android test-disabled message | Mark Mentovai | 2019-04-09 | 1 | -3/+3 |
* | linux_core_dumper: partially disable test on Android | Mike Frysinger | 2019-04-07 | 1 | -0/+9 |
* | mac dump_syms: remove unused vars to fix -Werror build failures | Mike Frysinger | 2019-04-05 | 1 | -1/+0 |
* | linux_core_dumper: add explicit casts for exception fields | Mike Frysinger | 2019-03-30 | 1 | -3/+10 |
* | mac dump_syms: Support .dSYMs > 4GB (partially) | Mark Mentovai | 2019-03-28 | 2 | -10/+34 |
* | Fix dump_syms unit tests on Windows. | Nelson Billing | 2019-03-18 | 6 | -317/+317 |
* | linux_core_dumper: handle missing SIGSYS support | Mike Frysinger | 2019-03-14 | 2 | -0/+8 |
* | linux_core_dumper: support setting exception_information | Mike Frysinger | 2019-03-12 | 4 | -1/+76 |
* | linux_core_dumper: add a fallback definition for NT_SIGINFO | Mike Frysinger | 2019-03-07 | 2 | -0/+6 |
* | core2md: write error message with perror | Mike Frysinger | 2019-03-04 | 1 | -1/+1 |
* | linux_core_dumper: support NT_SIGINFO for reading crashing address | Mike Frysinger | 2019-03-03 | 1 | -0/+23 |
* | Replace TYPED_TEST_CASE with TYPED_TEST_SUITE. | Lei Zhang | 2019-02-28 | 3 | -3/+3 |
* | breakpad: Remove semicolons, iOS edition. | Nico Weber | 2019-02-25 | 2 | -2/+2 |
* | breakpad: Remove semicolons, mac edition. | Nico Weber | 2019-02-22 | 6 | -8/+8 |
* | breakpad: Remove semicolons. | Nico Weber | 2019-02-21 | 2 | -2/+2 |
* | 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 |