aboutsummaryrefslogtreecommitdiff
path: root/src/processor/minidump.cc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* The Google-breakpad processor rejects (ignores) context records that lack CPU...ivan.penkov@gmail.com2012-12-081-2/+85
* Allow processing dumps with missing stack memory for some threadsted.mielczarek@gmail.com2012-11-061-4/+4
* Add a GetInstructionPointer method to MinidumpExceptionted.mielczarek@gmail.com2012-09-171-0/+35
* Add MD_OS_ANDROID definition.digit@chromium.org2012-07-041-0/+5
* This change allows compiling the google-breakpad code using a global ::string...ivan.penkov@gmail.com2012-06-281-3/+3
* Fix GetMainModule() to properly get first modulemkrebs@chromium.org2012-03-301-1/+1
* Handle ios dump.qsr@chromium.org2011-10-111-0/+5
* Adjust MD_CONTEXT_CPU_MASK to reflect reality, fix some code so it can handle...ted.mielczarek2011-08-301-0/+11
* Add MinidumpMemoryInfo / MinidumpMemoryInfoList classes to expose MDRawMemory...ted.mielczarek2011-01-131-0/+263
* Make some parts of the processor compile on Win32/MSVCted.mielczarek2011-01-111-5/+10
* Allow out-of-process minidump generation to work on processes of a different ...ted.mielczarek@gmail.com2010-12-151-1/+1
* Fix a segmentation fault bug in MinidumpAssertion::Read().SiyangXie@gmail.com2010-09-301-3/+6
* Reducing severity of most commonly logged ERRORS.jessicag.feedback@gmail.com2010-09-091-7/+10
* Breakpad: Avoid using the C++ <cfoo> headers.ted.mielczarek2010-06-251-2/+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-8/+8
* Breakpad: Avoid warnings building with G++ 4.4.1 using -O3 -Wall.jimblandy2010-01-121-1/+1
* Breakpad processor: Use unsigned constants in comparisons, to quiet compiler ...jimblandy2009-12-231-2/+2
* fix a badly-applied patch, and also re-run automake which I forgot to doted.mielczarek2009-12-211-1/+1
* Basic arm cpu support for processor. r=mark at http://breakpad.appspot.com/49011ted.mielczarek2009-12-191-2/+113
* Allow Minidump class to be instantiated with stream instead of file. r=mark a...ted.mielczarek2009-12-091-28/+48
* issue 170 - Report assertion type in minidump_stackwalk output. r=mark at htt...ted.mielczarek2009-12-021-0/+117
* Issue 35001: Fallback to Thread Context on bad Exception Contextjschuh@chromium.org2009-10-191-3/+6
* Raise minidump processing limitsnealsid2009-10-141-4/+4
* Include what you use: include <algorithm> and <string.h> as needed. Patch bymmentovai2008-09-151-0/+1
* Processor crashes on some truncated minidumps after #222. r=ted.mielczarekmmentovai2008-04-041-6/+11
* issue 223 - Fixes for SOlaris handler during integration with Firefox. patch ...ted.mielczarek2008-03-181-0/+4
* Use "%" PRIx64 instead of "%llx" (#241). r=brynermmentovai2008-02-251-49/+49