aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* [Breakpad iOS] Add a callback on report upload completion.Olivier Robin2019-04-236-23/+88
* Make breakpad_unittests work with Chrome's test runner instead of gtest'sMark Mentovai2019-04-193-3/+13
* Use correct c++ standard library in Xcode project.John Z Wu2019-04-191-0/+2
* linux_core_dumper: add missing newline to Android test-disabled messageMark Mentovai2019-04-091-3/+3
* linux_core_dumper: partially disable test on AndroidMike Frysinger2019-04-071-0/+9
* mac dump_syms: remove unused vars to fix -Werror build failuresMike Frysinger2019-04-051-1/+0
* linux_core_dumper: add explicit casts for exception fieldsMike Frysinger2019-03-301-3/+10
* mac dump_syms: Support .dSYMs > 4GB (partially)Mark Mentovai2019-03-282-10/+34
* Fix dump_syms unit tests on Windows.Nelson Billing2019-03-186-317/+317
* linux_core_dumper: handle missing SIGSYS supportMike Frysinger2019-03-142-0/+8
* linux_core_dumper: support setting exception_informationMike Frysinger2019-03-124-1/+76
* linux_core_dumper: add a fallback definition for NT_SIGINFOMike Frysinger2019-03-072-0/+6
* core2md: write error message with perrorMike Frysinger2019-03-041-1/+1
* linux_core_dumper: support NT_SIGINFO for reading crashing addressMike Frysinger2019-03-031-0/+23
* Replace TYPED_TEST_CASE with TYPED_TEST_SUITE.Lei Zhang2019-02-283-3/+3
* breakpad: Remove semicolons, iOS edition.Nico Weber2019-02-252-2/+2
* breakpad: Remove semicolons, mac edition.Nico Weber2019-02-226-8/+8
* breakpad: Remove semicolons.Nico Weber2019-02-212-2/+2
* Delete deprecated SetFirstChanceExceptionHandler functionAndreas Haas2019-02-193-38/+0
* Always emit a 32-bit crash address for 32-bit architecturesGabriele Svelto2019-01-303-8/+56
* Make the minidump processor correctly populate the CPU information string for...Gabriele Svelto2019-01-301-0/+1
* Introduce SetFirstChanceHandler with more strict signatureAndreas Haas2019-01-153-3/+40
* Extract intruction pointer correctly for Windows ARM64Tom Tan2019-01-031-1/+3
* Conditionally define BPLOG_LAZY_STREAMJoshua Peraza2018-11-271-0/+2
* Add mac dump_syms support for arm64eJoshua Peraza2018-11-263-4/+45
* fix dump_syms xcode projectJoshua Peraza2018-11-261-0/+10
* Skip empty DWARF code range when mapping linesLudovic Guegan2018-11-211-3/+6
* Conditionally define BPLOG_IFJoshua Peraza2018-10-121-0/+2
* Adds method to get the date of the most recent iOS crash report.Evan Bernstein2018-10-084-0/+63
* Swap MDCVInfoELF::cv_signature if needed.Lei Zhang2018-08-281-1/+5
* win: fix formatting after 21c98747Joshua Peraza2018-08-271-1/+1
* win: replace a while loop with a for loopJoshua Peraza2018-08-271-1/+1
* Fix debug build after 16e0852Joshua Peraza2018-08-182-7/+6
* Make a parameter a const referenceJoshua Peraza2018-08-171-1/+1
* Treat high_pc as an address for DW_FORM_GNU_addr_indexJoshua Peraza2018-08-171-1/+2
* Fix Windows client_tests GYP build after 88d8114fda3eMark Mentovai2018-08-151-0/+1
* Fixed a typo introduced in revision 16e08520e6027df4bf1934abbfd5e1a088ffb69cGabriele Svelto2018-08-141-1/+1
* Add support for parsing the DW_AT_ranges attributesGabriele Svelto2018-08-1317-111/+577
* Set new ARM64 context flagsJoshua Peraza2018-08-061-9/+1
* processor: Fix memory leak after 88d8114fJoshua Peraza2018-08-021-0/+4
* Define and use a a new MDRawContextARM64Joshua Peraza2018-08-0119-51/+325
* Rename MDRawContextARM64 and its context flagsJoshua Peraza2018-08-0120-71/+71
* mac: Fix broken xcode projectsJoshua Peraza2018-07-313-162/+169
* Add path_helper.cc and path_helper.h to dump_syms.xcodeproj.Ivan Penkov2018-07-241-0/+6
* ios: Fix build of exception_handler_no_machJoshua Peraza2018-07-091-1/+1
* Use hash_map and hash_set from __gnu_cxxJoshua Peraza2018-07-091-2/+2
* iOS: disable using CFI in stackwalkingJoshua Peraza2018-07-062-6/+15
* Ignore duplicate module list entries.Lei Zhang2018-06-281-0/+16
* Only do Android-specific adjustments for Android minidumps.Lei Zhang2018-06-282-5/+10
* Refactor code out of MinidumpModuleList::Read().Lei Zhang2018-06-282-48/+60