| Commit message (Expand) | Author | Age | Files | Lines |
* | Increasing the Breakpad stack walker max scan limit from 30 to 40. | Ivan Penkov | 2015-10-05 | 1 | -1/+1 |
* | Refactoring in preparation for microdump processing | mmandlis@chromium.org | 2014-09-08 | 1 | -2/+2 |
* | Process minidumps generated on ARM64 in iOS apps. | mark@chromium.org | 2013-11-23 | 1 | -0/+10 |
* | Adding support for mips. | gordana.cmiljanovic@imgtec.com | 2013-09-11 | 1 | -0/+7 |
* | Allow setting a limit on the number of frames to be recovered by stack scanning. | ted.mielczarek@gmail.com | 2013-08-19 | 1 | -1/+20 |
* | Detect corrupt symbol files during minidump processing. Recover from the err... | ivan.penkov@gmail.com | 2013-07-11 | 1 | -27/+52 |
* | Don't print an error when a user-set max frames limit has been reached in the... | ted.mielczarek@gmail.com | 2013-04-16 | 1 | -1/+5 |
* | Add PPC64 support to breakpad processor. | thestig@chromium.org | 2013-04-12 | 1 | -0/+7 |
* | Keeping track of modules without symbols during crash report processing. | ivan.penkov@gmail.com | 2013-03-06 | 1 | -1/+27 |
* | Use stdint types everywhere | ted.mielczarek@gmail.com | 2013-03-06 | 1 | -3/+3 |
* | Work around Windows headers #defining ERROR by renaming enum values in StackF... | ted.mielczarek@gmail.com | 2013-03-04 | 1 | -2/+2 |
* | Move scoped_ptr.h to common | ted.mielczarek@gmail.com | 2013-01-17 | 1 | -1/+1 |
* | Allow StackwalkerARM to scan much farther to find the caller of the context f... | ted.mielczarek@gmail.com | 2012-12-04 | 1 | -0/+1 |
* | Refactor the logic of resolving source line info into helper class. | SiyangXie@gmail.com | 2012-10-10 | 1 | -86/+39 |
* | Use frame pointer to walk ARM stack on iOS. | qsr@chromium.org | 2011-10-17 | 1 | -2/+6 |
* | Fix some apparently longstanding crash bugs in Stackwalker implementations wh... | ted.mielczarek | 2011-01-24 | 1 | -1/+2 |
* | Fix segv in network_source_line_resolver_server_unittest | kmixter@chromium.org | 2010-12-08 | 1 | -2/+2 |
* | Restrict ownership of symbol data buffers to symbol supplier. | SiyangXie@gmail.com | 2010-11-01 | 1 | -0/+3 |
* | Refactor source line resolver, add interface in supplier and resolver. | SiyangXie@gmail.com | 2010-10-07 | 1 | -9/+13 |
* | Limit the number of frames we try to walk to prevent runaway processors. | thestig@chromium.org | 2010-08-26 | 1 | -1/+6 |
* | Breakpad: Avoid using the C++ <cfoo> headers. | ted.mielczarek | 2010-06-25 | 1 | -2/+2 |
* | provide a network source line resolver + server. r=mark,jimb at http://breakp... | ted.mielczarek | 2010-04-08 | 1 | -4/+4 |
* | Fix to cache NOT_FOUND results from symbol supplier on a per-minidump basis | nealsid | 2010-03-03 | 1 | -0/+3 |
* | Breakpad: Update copyright notice years on all files changed in 2010. | jimblandy | 2010-02-09 | 1 | -1/+1 |
* | Breakpad processor: Don't pass Windows stack walking information to all walkers. | jimblandy | 2010-01-14 | 1 | -16/+3 |
* | Issue 49013: Breakpad Processor: Use a separate API to retrieve Windows stack... | jimblandy | 2010-01-11 | 1 | -1/+2 |
* | Issue 49012: Breakpad Processor: Rename 'StackFrameInfo' structure to 'Window... | jimblandy | 2009-12-23 | 1 | -3/+3 |
* | Basic arm cpu support for processor. r=mark at http://breakpad.appspot.com/49011 | ted.mielczarek | 2009-12-19 | 1 | -0/+8 |
* | Let x86 stackwalker scan stack in cases where program evaluation fails. Origi... | ted.mielczarek | 2009-10-08 | 1 | -0/+34 |
* | Modify symbol supplier interface to support an overload that takes a symbol d... | nealsid | 2009-02-19 | 1 | -3/+5 |
* | Issue 196 - Breakpad processor support for x86-64. r=mento | ted.mielczarek | 2007-10-31 | 1 | -0/+8 |
* | Add SPARC/Solaris support to client handler and processor (#201, 200). | mmentovai | 2007-09-26 | 1 | -0/+8 |
* | Add logging to minidump processor (#82). Part 2: add messages to the rest of | mmentovai | 2007-05-21 | 1 | -1/+8 |
* | Minidump without context crashes the processor (#153). r=bryner | mmentovai | 2007-04-25 | 1 | -0/+3 |
* | Rename Airbag to Breakpad. | mmentovai | 2007-02-14 | 1 | -10/+10 |
* | Communicate OS and CPU to SymbolSupplier (#107). r=bryner | mmentovai | 2007-01-10 | 1 | -5/+11 |
* | Add an abstract interface to SourceLineResolver, and allow any implementation | bryner | 2006-12-11 | 1 | -13/+22 |
* | Provide a mechanism for SymbolSuppliers to interrupt processing (#93) | bryner | 2006-12-08 | 1 | -8/+19 |
* | Module API (#32). r=waylonis, bryner | mmentovai | 2006-12-05 | 1 | -7/+8 |
* | Move headers for exported interfaces into src/google_airbag (#51). r=bryner | mmentovai | 2006-11-06 | 1 | -5/+5 |
* | Fix minor style problems (#58). r=bryner | mmentovai | 2006-10-25 | 1 | -1/+1 |
* | Replace auto_ptr with scoped_ptr (#56). r=bryner | mmentovai | 2006-10-23 | 1 | -6/+3 |
* | Make stack_frame_info vector hold linked_ptrs instead of objects; | mmentovai | 2006-10-23 | 1 | -10/+19 |
* | Handle frame pointer omission, (#21), part 4 (final part!): FPO stackwalker. | mmentovai | 2006-10-20 | 1 | -17/+18 |
* | Reduce calls to SymbolSupplier::GetSymbolFile() (#48). | bryner | 2006-10-16 | 1 | -5/+4 |
* | Handle frame pointer omission (#21), part 3: SourceLineResolver and PDBSource... | mmentovai | 2006-09-28 | 1 | -2/+7 |
* | ppc stackwalker (#30). r=bryner | mmentovai | 2006-09-25 | 1 | -10/+32 |
* | Relicense to BSD (#29). r=bryner | mmentovai | 2006-09-20 | 1 | -10/+25 |
* | Follow-up to #26: get rid of supplier_data, it's not really needed since | bryner | 2006-09-20 | 1 | -4/+3 |
* | Get rid of CrashReport, and rename CrashReportProcessor to MinidumpProcessor | bryner | 2006-09-19 | 1 | -3/+4 |