aboutsummaryrefslogtreecommitdiff
path: root/src/processor/minidump.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* This change is addressing a particularly nasty issue where the stackwalkerivan.penkov@gmail.com2013-06-271-2/+12
* Treat warnings as error and fix most level 4 warnings in the breakpad windows...ivan.penkov@gmail.com2013-06-041-44/+80
* Add MD_OS_NACL platform_id value for identifying NaCl minidumpsmseaborn@chromium.org2013-05-061-0/+4
* Add MD_OS_PS3 to breakpad and exception types.thestig@chromium.org2013-04-251-1/+6
* Fix Bigcluster build error with minidump.cc after r1147.thestig@chromium.org2013-04-191-9/+14
* Add PPC64 support to breakpad processor.thestig@chromium.org2013-04-121-0/+138
* Fix some more Win32 compat issues in processor codeted.mielczarek@gmail.com2013-03-061-3/+1
* Use stdint types everywhereted.mielczarek@gmail.com2013-03-061-132/+134
* Move scoped_ptr.h to commonted.mielczarek@gmail.com2013-01-171-1/+2