aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Remove duplicate import.Adam Harrison2017-12-051-1/+0
* Make iterator string types match map container string typesMike Wittman2017-12-011-2/+2
* Add optional field indicating multiple symbols at an addressMike Wittman2017-11-2911-144/+310
* Update test data for identical-code-folded symbol changesMike Wittman2017-11-286-6/+6
* Make identical-code-folded symbol output more consistent between runsMike Wittman2017-11-141-37/+43
* List missing 64-bit arches in the bundled curlTomas Popela2017-11-131-1/+2
* Add index-based set functionality to NonAllocatingMap.Robert Sesek2017-11-072-31/+79
* dump_symbols: Stop rejecting files with Android packed relocation sections.Peter Collingbourne2017-11-071-31/+0
* Create LongStringDictionary and replace SimpleStringDictionary on iOSYi Wang2017-11-037-21/+602
* Don’t set exit_after_write to false for tvOS.Adam Harrison2017-11-031-0/+2
* Revert "Create LongStringDictionary and replace SimpleStringDictionary usages...Mark Mentovai2017-11-027-599/+21
* Rename an argument named "register" to "reg".Peter Collingbourne2017-11-021-5/+5
* Fix double declaration of tgkill when using Android NDK Headers.Nicholas Baldwin2017-10-301-7/+1
* Create LongStringDictionary and replace SimpleStringDictionary usages in clie...Yi Wang2017-10-277-21/+599
* Avoid skipping an initializer with a gotoBruce Dawson2017-10-261-6/+9
* Provide helper wrappers for basename(3) and dirname(3)Tobias Sargeant2017-10-188-23/+113
* Move main executable handling out of procmaps parser loop.Peter Collingbourne2017-10-171-19/+21
* Rename src/common/memory.h to memory_allocator.h.Ted Mielczarek2017-10-1713-16/+16
* Add -s flag to microdump_stackwalk for dumping stack contents.Tobias Sargeant2017-10-176-30/+32
* Convert {mini|micro}dump_stackwalk argument parsing to getopt.Tobias Sargeant2017-10-162-105/+131
* ios: Adds a no-Mach exception handlerAdam Harrison2017-10-123-0/+447
* Android: Use sys/types.h instead of stdint.h for sys/user.hJoshua Peraza2017-10-061-1/+1
* Fix minidump_dump_test after 6d0287851fabMark Mentovai2017-10-051-1/+0
* Dump Crashpad extension structures in minidump_dumpMark Mentovai2017-09-274-18/+463
* Fix MSVC build on 64-bitOrgad Shaneh2017-09-257-17/+17
* Refresh refresh_binaries.batOrgad Shaneh2017-09-241-12/+8
* Restore missing #include <stdint.h> to Android <sys/user.h>Mark Mentovai2017-09-201-0/+4