aboutsummaryrefslogtreecommitdiff
path: root/src/google_breakpad/processor/minidump.h
Commit message (Expand)AuthorAgeFilesLines
* fix pointer style to match the style guideMike Frysinger2020-07-151-19/+19
* Enable truncation of module rangesJoshua Peraza2019-06-111-4/+4
* Define and use a a new MDRawContextARM64Joshua Peraza2018-08-011-0/+5
* Only do Android-specific adjustments for Android minidumps.Lei Zhang2018-06-281-1/+2
* Refactor code out of MinidumpModuleList::Read().Lei Zhang2018-06-281-0/+5
* Dump Crashpad extension structures in minidump_dumpMark Mentovai2017-09-271-1/+41
* Handle very large stack tracesLeonard Mosescu2017-07-121-2/+1
* minidump_dump: dump stack memory like hexdumpMike Frysinger2017-03-241-1/+15
* minidump: mark Read as override in derived classesMike Frysinger2017-02-201-11/+10
* Revert "Several fixes for broken Mac build"Roman Margold2017-02-011-2/+2
* Several fixes for broken Mac buildRoman Margold2017-02-011-2/+2
* Populate stack frames with unloaded module info.Joshua Peraza2017-01-191-0/+2
* Added classes to support reading unloaded module lists in minidumps.Joshua Peraza2016-12-161-0/+113
* Remove DISALLOW_COPY_AND_ASSIGN from MinidumpStreamInfoMark Mentovai2016-07-201-3/+0
* Server-side workaround to handle overlapping modules.Ivan Penkov2016-06-201-1/+45
* Revert "Write adjusted range back to module"Tao Bai2016-05-131-5/+0
* Write adjusted range back to moduleTao Bai2016-05-031-0/+5
* Add check for executable stack/heap when rating Linux exploitability.Liu.andrew.x@gmail.com2015-08-151-0/+3
* Remove some old unused code, add a missing includeted.mielczarek@gmail.com2015-08-131-0/+2
* Allow Print() to be called by const instances of MinidumpLinuxMaps andLiu.andrew.x@gmail.com2015-08-121-2/+2
* Fix potential null pointer dereference.Liu.andrew.x@gmail.com2015-07-311-4/+0
* Add support for Linux memory mapping stream and remove ELF header usageLiu.andrew.x@gmail.com2015-07-281-2/+101
* Surfacing the process create time in google_breakpad::ProcessStateivanpe@chromium.org2014-11-251-6/+7
* Refactoring in preparation for microdump processingmmandlis@chromium.org2014-09-081-66/+20
* Process minidumps generated on ARM64 in iOS apps.mark@chromium.org2013-11-231-0/+2
* Adding support for mips.gordana.cmiljanovic@imgtec.com2013-09-111-0/+2
* Updating MDRawMiscInfo to support verions 3 and 4 of the MINIDUMP_MISC_INFO_N...ivan.penkov@gmail.com2013-08-021-0/+7
* This change is addressing a particularly nasty issue where the stackwalkerivan.penkov@gmail.com2013-06-271-2/+8
* Treat warnings as error and fix most level 4 warnings in the breakpad windows...ivan.penkov@gmail.com2013-06-041-2/+2
* Add PPC64 support to breakpad processor.thestig@chromium.org2013-04-121-0/+2
* Use stdint types everywhereted.mielczarek@gmail.com2013-03-061-88/+88
* The Google-breakpad processor rejects (ignores) context records that lack CPU...ivan.penkov@gmail.com2012-12-081-0/+10
* Allow processing dumps with missing stack memory for some threadsted.mielczarek@gmail.com2012-11-061-40/+50
* Add a GetInstructionPointer method to MinidumpExceptionted.mielczarek@gmail.com2012-09-171-0/+4
* This change allows compiling the google-breakpad code using a global ::string...ivan.penkov@gmail.com2012-06-281-1/+1
* Add MinidumpMemoryInfo / MinidumpMemoryInfoList classes to expose MDRawMemory...ted.mielczarek2011-01-131-0/+71
* Make some parts of the processor compile on Win32/MSVCted.mielczarek2011-01-111-0/+2
* Breakpad: Update copyright notice years on all files changed in 2010.jimblandy2010-02-091-1/+1
* Breakpad processor: Make PostfixEvaluator treat the MemoryRegion as const.jimblandy2010-02-051-10/+10
* Basic arm cpu support for processor. r=mark at http://breakpad.appspot.com/49011ted.mielczarek2009-12-191-3/+5
* Allow Minidump class to be instantiated with stream instead of file. r=mark a...ted.mielczarek2009-12-091-4/+11
* issue 170 - Report assertion type in minidump_stackwalk output. r=mark at htt...ted.mielczarek2009-12-021-0/+41
* Add more error information to minidump processing return code. Also added de...nealsid2009-05-291-5/+10
* Processor crashes on some truncated minidumps after #222. r=ted.mielczarekmmentovai2008-04-041-0/+2
* issue 223 - Fixes for SOlaris handler during integration with Firefox. patch ...ted.mielczarek2008-03-181-0/+1
* Issue 224 - add Tell method to Minidump class. r=mentoted.mielczarek2007-12-041-0/+3
* Issue 196 - Breakpad processor support for x86-64. r=mentoted.mielczarek2007-10-311-5/+10
* Issue 222 - processor fails if an entry in the ModuleList is bad. r=mentoted.mielczarek2007-10-191-0/+5
* Add SPARC/Solaris support to client handler and processor (#201, 200).mmentovai2007-09-261-1/+5
* Check allocation and array sizes in minidump.cc (#12). r=brynermmentovai2007-05-311-0/+71