aboutsummaryrefslogtreecommitdiff
path: root/src/processor/minidump.cc
Commit message (Expand)AuthorAgeFilesLines
* fix pointer style to match the style guideMike Frysinger2020-07-151-17/+17
* android: truncate lower of two overlapping modulesJoshua Peraza2020-02-211-6/+3
* Add fallthrough annotations on new C++ switchesChristopher Grant2019-11-051-16/+1
* Improving the support for Fuchsia in Breakpad Processor.Ivan Penkov2019-07-121-0/+5
* Enable truncation of module rangesJoshua Peraza2019-06-111-13/+21
* Swap MDCVInfoELF::cv_signature if needed.Lei Zhang2018-08-281-1/+5
* Set new ARM64 context flagsJoshua Peraza2018-08-061-9/+1
* Define and use a a new MDRawContextARM64Joshua Peraza2018-08-011-5/+78
* Rename MDRawContextARM64 and its context flagsJoshua Peraza2018-08-011-13/+13
* Ignore duplicate module list entries.Lei Zhang2018-06-281-0/+16
* Only do Android-specific adjustments for Android minidumps.Lei Zhang2018-06-281-4/+8
* Refactor code out of MinidumpModuleList::Read().Lei Zhang2018-06-281-48/+55
* Add an anonymous namespace in minidump.cc.Lei Zhang2018-06-281-41/+32
* 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