aboutsummaryrefslogtreecommitdiff
path: root/src/processor/minidump.cc
Commit message (Expand)AuthorAgeFilesLines
* Make breakpad build with -Wimplicit-fallthrough (on linux)Nico Weber2018-01-311-1/+18
* Make iterator string types match map container string typesMike Wittman2017-12-011-2/+2
* Fix minidump_dump_test after 6d0287851fabMark Mentovai2017-10-051-1/+0
* Dump Crashpad extension structures in minidump_dumpMark Mentovai2017-09-271-16/+374
* Fix MSVC build on 64-bitOrgad Shaneh2017-09-251-8/+8
* Increase the maximum number of modules allowed in minidumps.Tobias Sargeant2017-09-011-3/+3
* Handle very large stack tracesLeonard Mosescu2017-07-121-1/+1
* minidump_dump: fix up init pathsMike Frysinger2017-03-251-2/+4
* minidump_dump: dump stack memory like hexdumpMike Frysinger2017-03-241-8/+70
* Fix segfault when interpreting bad debug_fileJoshua Peraza2017-03-081-1/+3
* Revert "Several fixes for broken Mac build"Roman Margold2017-02-011-1/+1
* Several fixes for broken Mac buildRoman Margold2017-02-011-1/+1
* Fixed a bug where cv record size was not correctly checked.Joshua Peraza2017-01-301-4/+6
* Added classes to support reading unloaded module lists in minidumps.Joshua Peraza2016-12-161-0/+390
* Update linksOrgad Shaneh2016-11-181-4/+4
* Fix iterating over the MDXStateFeature entries on 32-bit hostsGabriele Svelto2016-10-181-1/+1
* Update MDRawMiscInfo to support version 5 of the MINIDUMP_MISC_INFO_N structure.Gabriele Svelto2016-08-191-7/+80
* Server-side workaround to handle overlapping modules.Ivan Penkov2016-06-201-4/+41
* Adding support for overlapping ranges to RangeMap.Ivan Penkov2016-06-051-4/+9
* Revert "Write adjusted range back to module"Tao Bai2016-05-131-8/+0
* Write adjusted range back to moduleTao Bai2016-05-031-0/+8
* Bump MinidumpMemoryRegion::max_bytes to 2MBTed Mielczarek2016-04-141-1/+1
* Add some new stream types to MDStreamTypeTed Mielczarek2016-04-131-0/+8
* Remove unreferenced local variable which breaks build.Yunxiao Ma2016-04-051-3/+2
* Rename stdio.h wrapper file to stdio_wrapper.h.Yunxiao Ma2016-04-051-1/+1
* Fix buffer overrun in MinidumpModule::debug_identifier with MDCVInfoELFTed Mielczarek2016-02-171-1/+3
* Change MDCVInfoELF into something usable.Ted Mielczarek2016-02-101-18/+88
* [mips64] Support for mips n64Mike Frysinger2016-02-061-1/+10
* Fix usage of snprintf for MSVCPavel Labath2016-01-191-4/+1
* Let breakpad build with -Wall on OS X and Linux.Lei Zhang2015-12-291-9/+0
* Fix MSVC build (including on 2015), drop some workarounds for MSVC older than...Ted Mielczarek2015-10-061-2/+2
* Allow Print() to be called by const instances of MinidumpLinuxMaps andLiu.andrew.x@gmail.com2015-08-121-2/+2
* Change Print method of MinidumpLinuxMaps and MinidumpLinuxMapsList to printLiu.andrew.x@gmail.com2015-08-111-1/+1
* Workaround for range map overlaps caused by Android package relocation.ivanpe@chromium.org2015-08-101-6/+25
* Fix potential null pointer dereference.Liu.andrew.x@gmail.com2015-07-311-8/+15
* Remove unnecessary dependencies.Liu.andrew.x@gmail.com2015-07-291-2/+0
* Add support for Linux memory mapping stream and remove ELF header usageLiu.andrew.x@gmail.com2015-07-281-0/+143
* Remove unneeded definitions of O_BINARYvapier@chromium.org2015-01-281-1/+0
* Modify minidump_stackwalk to be more tolerant of overlapping ranges.wfh@chromium.org2014-12-201-6/+20
* Refactoring in preparation for microdump processingmmandlis@chromium.org2014-09-081-547/+23
* Stringify minidump stream_type constants in minidump_dump outputted.mielczarek@gmail.com2014-07-111-2/+71
* minidump_dump: bug fixes.mark@chromium.org2014-06-171-30/+53
* Add missing MD_MISCINFO_FLAGS1_BUILDSTRING. Revise documentation to clarifymark@chromium.org2014-06-031-44/+144
* Fix warnings from the Windows build.thestig@chromium.org2013-12-171-2/+10
* Run svn propdel svn:executable on source code files.thestig@chromium.org2013-12-171-0/+0
* Fixing several instances of wrong printf format specifiers.ivan.penkov@gmail.com2013-12-031-3/+3
* Process minidumps generated on ARM64 in iOS apps.mark@chromium.org2013-11-231-3/+188
* Adding support for mips.gordana.cmiljanovic@imgtec.com2013-09-111-0/+133
* Fixing minidump_dump to handle nacl dumps.bradnelson@chromium.org2013-09-051-0/+1
* Updating MDRawMiscInfo to support verions 3 and 4 of the MINIDUMP_MISC_INFO_N...ivan.penkov@gmail.com2013-08-021-53/+135