aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add an anonymous namespace in minidump.cc.Lei Zhang2018-06-281-41/+32
* Fall back to the raw symbol name from DW_AT_MIPS_linkage_name when there is n...Mike Hommey2018-06-191-0/+7
* Avoid endl when writing symbol filesAaron Dierking2018-05-301-9/+8
* Add SEVERITY_CRITICAL to logging, that would help to suppress logs from the f...Max Moroz2018-05-292-1/+14
* Read Linux si_code in minidump_processor.Lei Zhang2018-04-132-4/+143
* Initialize variables for MSANSergey Abbakumov2018-04-102-2/+2
* Linux: Write out si_code for SIGBUS exceptions.Lei Zhang2018-04-035-11/+26
* Add missing header for free functionTakuto Ikuta2018-03-271-0/+1
* Allow minidump_dump to print module lists that would normally be rejectedTed Mielczarek2018-03-121-0/+3
* Fixing incorrect include guard (missing #define)Daniel Bratell2018-02-231-0/+1
* Fix crash when an NSException is thrown.Adam Harrison2018-02-022-11/+10
* Extend ifdef to include helper functionsLars Volker2018-01-311-2/+2
* Remove barrier to fix Android build.Lars Volker2018-01-311-1/+3
* Make breakpad build with -Wimplicit-fallthrough (on linux)Nico Weber2018-01-312-1/+19
* Do not use non-standard stdext::checked_array_iterator with libc++.Peter Collingbourne2018-01-181-1/+1
* Only restore the signal handler if sigaction has not changedLars Volker2018-01-092-0/+60
* Fixed file extention for minidump_upload in tools_linux.gypiSyed Nisar Ul Haq2018-01-041-1/+1
* Add asm and machine headersbsheedy2018-01-035-7/+525
* android: drop sgidefs.h hack for LSSMike Frysinger2017-12-232-42/+0
* Fix minidump on ChromeOSYunlian Jiang2017-12-201-8/+25
* Reconcile -[BreakpadController withBreakpadRef:] with its documentation.Robert Sesek2017-12-151-3/+1
* Update binaries with dump_syms changes to write new fieldMike Wittman2017-12-122-0/+0
* Write field indicating multiple symbols at an address in dump_symsMike Wittman2017-12-118-31/+12