aboutsummaryrefslogtreecommitdiff
path: root/src/processor/minidump.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add MD_CPU_ARCHITECTURE_AMD64 as valid system type when cpu type is MD_CONTEX...luly812007-11-191-1/+2
* Issue 196 - Breakpad processor support for x86-64. r=mentoted.mielczarek2007-10-311-190/+365
* Fix warning regarding initialization order compared to definition ordermmentovai2007-10-221-1/+1
* Issue 222 - processor fails if an entry in the ModuleList is bad. r=mentoted.mielczarek2007-10-191-5/+19
* Add SPARC/Solaris support to client handler and processor (#201, 200).mmentovai2007-09-261-11/+152
* Allow Breakpad processor library to build on Solaris with the native Sunmmentovai2007-09-261-1/+1
* Allow building with -pedantic (#186). r=ted.mielczarekmmentovai2007-05-311-20/+18
* Check allocation and array sizes in minidump.cc (#12). r=brynermmentovai2007-05-311-17/+81
* Issue 184 - MinidumpModule::code_identifier doesn't handle MD_OS_LINUX. r=mentoted.mielczarek2007-05-291-1/+2
* Strengthen range checks in minidump.cc (#173). r=brynermmentovai2007-05-211-22/+38
* Add logging to minidump processor (#82). Part 2: add messages to the rest ofmmentovai2007-05-211-2/+2
* Add logging to minidump processor (#82). First part: logging infrastructuremmentovai2007-05-171-144/+633
* Rename Airbag to Breakpad.mmentovai2007-02-141-31/+31
* Store 128-bit values as a struct with high and low fields, so that consumersbryner2007-02-071-11/+24
* Be lenient when reading CodeView records of unknown types (#110). r=brynermmentovai2007-01-171-52/+96
* Communicate OS and CPU to SymbolSupplier (#107). r=brynermmentovai2007-01-101-0/+46