aboutsummaryrefslogtreecommitdiff
path: root/src/processor/minidump.cc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add ppc types to minidump_format.h (#25). r=waylonismmentovai2006-09-201-4/+4
* Change interface for providing files to Minidump (#19). r=brynermmentovai2006-09-081-2/+29
* Conform to style guidelines.mmentovai2006-09-071-44/+44
* minidump_dump test is timezone-dependent (#15). r=brynermmentovai2006-09-071-1/+1
* Initial implementation of minidump reader (#6). r=brynermmentovai2006-09-061-0/+2025