aboutsummaryrefslogtreecommitdiff
path: root/src/processor/minidump_processor.cc
AgeCommit message (Expand)Author
2010-09-22Added the base exploitability module for windows. This only adds the very bas...cdn@chromium.org
2010-08-24Patch from CDN to add support for an exploitability enginenealsid
2010-06-25Breakpad: Avoid using the C++ <cfoo> headers.ted.mielczarek
2010-06-04Add access violation detail for windows (read/write/dep). Add stack buffer ov...nealsid
2009-12-19Basic arm cpu support for processor. r=mark at http://breakpad.appspot.com/49011ted.mielczarek
2009-12-02issue 170 - Report assertion type in minidump_stackwalk output. r=mark at htt...ted.mielczarek
2009-10-19Fixed style errorjschuh@chromium.org
2009-10-19Issue 35001: Fallback to Thread Context on bad Exception Contextjschuh@chromium.org
2009-09-04Issue 328 - should have constant for VC++ exceptions, and stringify in Minidu...ted.mielczarek
2009-08-14Fix build errors with gcc 4.4. Patch by Silvius Rus <rus@google.com>.mmentovai
2009-07-02Add stack-dumping logic to crash_report with -t switchnealsid
2009-05-29Add more error information to minidump processing return code. Also added de...nealsid
2007-10-31Issue 196 - Breakpad processor support for x86-64. r=mentoted.mielczarek
2007-09-26Add SPARC/Solaris support to client handler and processor (#201, 200).mmentovai
2007-09-26Fix crash reason switching to allow proper behavior for Linux. Spotted bymmentovai
2007-06-11issue 185 - Need constants / stringification for Linux exception codes. r=mentoted.mielczarek
2007-05-30Issue 143 - MinidumpProcessor should extract number of processors. r=mentoted.mielczarek
2007-05-25Processor can attempt processing all threads even when interrupted (#177).mmentovai
2007-05-17Add logging to minidump processor (#82). First part: logging infrastructuremmentovai
2007-02-14Rename Airbag to Breakpad.mmentovai
2007-02-01Don't fail the minidump processing if the requesting thread can't be found.waylonis
2007-01-10Communicate OS and CPU to SymbolSupplier (#107). r=brynermmentovai
2006-12-11Add an abstract interface to SourceLineResolver, and allow any implementationbryner
2006-12-08Provide a mechanism for SymbolSuppliers to interrupt processing (#93)bryner
2006-12-06Update reporting strings for exceptions (Issue 88)waylonis
2006-12-05Module API (#32). r=waylonis, brynermmentovai
2006-11-06Suppress handler thread from appearing in MinidumpProcessor's ProcessStatemmentovai
2006-11-06Move headers for exported interfaces into src/google_airbag (#51). r=brynermmentovai
2006-10-26MinidumpProcessor uses the wrong context for non-crash threads (#62). r=brynermmentovai
2006-10-25Fix minor style problems (#58). r=brynermmentovai
2006-10-24MinidumpProcessor should process all threads (#35). r=brynermmentovai
2006-10-23Replace auto_ptr with scoped_ptr (#56). r=brynermmentovai
2006-10-23Make stack_frame_info vector hold linked_ptrs instead of objects;mmentovai
2006-10-20Handle frame pointer omission, (#21), part 4 (final part!): FPO stackwalker.mmentovai
2006-09-25ppc stackwalker (#30). r=brynermmentovai
2006-09-20Relicense to BSD (#29). r=brynermmentovai
2006-09-20Follow-up to #26: get rid of supplier_data, it's not really needed sincebryner
2006-09-19Get rid of CrashReport, and rename CrashReportProcessor to MinidumpProcessorbryner