aboutsummaryrefslogtreecommitdiff
path: root/src/processor/minidump_processor.cc
Commit message (Expand)AuthorAgeFilesLines
* Rename Airbag to Breakpad.mmentovai2007-02-141-10/+10
* Don't fail the minidump processing if the requesting thread can't be found.waylonis2007-02-011-1/+2
* Communicate OS and CPU to SymbolSupplier (#107). r=brynermmentovai2007-01-101-51/+51
* Add an abstract interface to SourceLineResolver, and allow any implementationbryner2006-12-111-3/+5
* Provide a mechanism for SymbolSuppliers to interrupt processing (#93)bryner2006-12-081-15/+15
* Update reporting strings for exceptions (Issue 88)waylonis2006-12-061-3/+251
* Module API (#32). r=waylonis, brynermmentovai2006-12-051-1/+17
* Suppress handler thread from appearing in MinidumpProcessor's ProcessStatemmentovai2006-11-061-18/+51
* Move headers for exported interfaces into src/google_airbag (#51). r=brynermmentovai2006-11-061-4/+4
* MinidumpProcessor uses the wrong context for non-crash threads (#62). r=brynermmentovai2006-10-261-1/+10
* Fix minor style problems (#58). r=brynermmentovai2006-10-251-2/+2
* MinidumpProcessor should process all threads (#35). r=brynermmentovai2006-10-241-14/+302
* Replace auto_ptr with scoped_ptr (#56). r=brynermmentovai2006-10-231-5/+2
* Make stack_frame_info vector hold linked_ptrs instead of objects;mmentovai2006-10-231-10/+8
* Handle frame pointer omission, (#21), part 4 (final part!): FPO stackwalker.mmentovai2006-10-201-2/+2
* ppc stackwalker (#30). r=brynermmentovai2006-09-251-4/+12
* Relicense to BSD (#29). r=brynermmentovai2006-09-201-10/+25
* Follow-up to #26: get rid of supplier_data, it's not really needed sincebryner2006-09-201-2/+1
* Get rid of CrashReport, and rename CrashReportProcessor to MinidumpProcessorbryner2006-09-191-0/+64