aboutsummaryrefslogtreecommitdiff
path: root/src/processor/minidump_processor.cc
Commit message (Expand)AuthorAgeFilesLines
* Add MD_OS_PS3 to breakpad and exception types.thestig@chromium.org2013-04-251-0/+82
* Improve ARM CPU info reporting.digit@chromium.org2013-04-241-0/+123
* Add PPC64 support to breakpad processor.thestig@chromium.org2013-04-121-0/+5
* Keeping track of modules without symbols during crash report processing.ivan.penkov@gmail.com2013-03-061-3/+4
* Use stdint types everywhereted.mielczarek@gmail.com2013-03-061-6/+6
* Move scoped_ptr.h to commonted.mielczarek@gmail.com2013-01-171-1/+1
* Allow processing dumps with missing stack memory for some threadsted.mielczarek@gmail.com2012-11-061-8/+10
* Refactor the logic of resolving source line info into helper class.SiyangXie@gmail.com2012-10-101-6/+22
* processor: add arm exception flagsqsr@chromium.org2012-09-251-13/+66
* Allow generating minidumps from live process on Linux via ExceptionHandlerted.mielczarek@gmail.com2012-09-181-0/+3
* Add MD_OS_ANDROID definition.digit@chromium.org2012-07-041-0/+6
* Add high level API for breakpad on iOS.qsr@chromium.org2012-03-131-0/+6
* Handle ios dump.qsr@chromium.org2011-10-111-1/+7
* Added the base exploitability module for windows. This only adds the very bas...cdn@chromium.org2010-09-221-11/+13
* Patch from CDN to add support for an exploitability enginenealsid2010-08-241-1/+26
* Breakpad: Avoid using the C++ <cfoo> headers.ted.mielczarek2010-06-251-3/+4
* Add access violation detail for windows (read/write/dep). Add stack buffer ov...nealsid2010-06-041-1/+24
* Basic arm cpu support for processor. r=mark at http://breakpad.appspot.com/49011ted.mielczarek2009-12-191-0/+5
* issue 170 - Report assertion type in minidump_stackwalk output. r=mark at htt...ted.mielczarek2009-12-021-0/+56
* Fixed style errorjschuh@chromium.org2009-10-191-1/+1
* Issue 35001: Fallback to Thread Context on bad Exception Contextjschuh@chromium.org2009-10-191-2/+4
* Issue 328 - should have constant for VC++ exceptions, and stringify in Minidu...ted.mielczarek2009-09-041-0/+3
* Fix build errors with gcc 4.4. Patch by Silvius Rus <rus@google.com>.mmentovai2009-08-141-0/+1
* Add stack-dumping logic to crash_report with -t switchnealsid2009-07-021-0/+1
* Add more error information to minidump processing return code. Also added de...nealsid2009-05-291-81/+91
* Issue 196 - Breakpad processor support for x86-64. r=mentoted.mielczarek2007-10-311-2/+8
* Add SPARC/Solaris support to client handler and processor (#201, 200).mmentovai2007-09-261-0/+139
* Fix crash reason switching to allow proper behavior for Linux. Spotted bymmentovai2007-09-261-1/+2
* issue 185 - Need constants / stringification for Linux exception codes. r=mentoted.mielczarek2007-06-111-0/+101
* Issue 143 - MinidumpProcessor should extract number of processors. r=mentoted.mielczarek2007-05-301-0/+2
* Processor can attempt processing all threads even when interrupted (#177).mmentovai2007-05-251-3/+9
* Add logging to minidump processor (#82). First part: logging infrastructuremmentovai2007-05-171-6/+65
* 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