aboutsummaryrefslogtreecommitdiff
path: root/src/processor/minidump.cc
Commit message (Expand)AuthorAgeFilesLines
* 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