aboutsummaryrefslogtreecommitdiff
path: root/src/processor/minidump.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix capitalization of identifiers (#94). r=brynermmentovai2006-12-121-3/+9
* Fix possible null pointer dereference in MinidumpModule (following #32).mmentovai2006-12-061-9/+9
* Module API (#32). r=waylonis, brynermmentovai2006-12-051-107/+283
* Eliminate usage of vector<>[0] for 0-sized vectors in processor library (#84).mmentovai2006-11-271-112/+126
* Use the reentrant versions of strtok() and gmtime() (#79) r=mmentovaibryner2006-11-201-3/+3
* Suppress handler thread from appearing in MinidumpProcessor's ProcessStatemmentovai2006-11-061-8/+106
* Move headers for exported interfaces into src/google_airbag (#51). r=brynermmentovai2006-11-061-9/+11
* Fix minor naming inconsistency (#67). r=mmentovaiwaylonis2006-11-021-8/+8
* Fix minor style problems (#58). r=brynermmentovai2006-10-251-7/+9
* minidump_dump does not print MDRawSystemInfo::processor_revision. No bug.mmentovai2006-10-251-2/+2
* MinidumpProcessor should process all threads (#35). r=brynermmentovai2006-10-241-5/+47
* Replace auto_ptr with scoped_ptr (#56). r=brynermmentovai2006-10-231-17/+17
* Add PUBLIC support to SourceLineResolver (resolve function names in Windowsmmentovai2006-10-201-2/+2
* Handle frame pointer omission, (#21), part 4 (final part!): FPO stackwalker.mmentovai2006-10-201-3/+3
* ppc stackwalker (#30). r=brynermmentovai2006-09-251-1/+1
* Add ppc support to minidump reader (#27). r=bryner.mmentovai2006-09-221-103/+361
* Relicense to BSD (#29). r=brynermmentovai2006-09-201-10/+25
* Handle frame pointer omission (#21), part 1: ContainedRangeMap. r=bryner.mmentovai2006-09-201-0/+1