| Commit message (Expand) | Author | Age | Files | Lines |
* | Handle very large stack traces | Leonard Mosescu | 2017-07-12 | 1 | -8/+6 |
* | Provide initial EBX value to FPO frame data evaluator | Scott Graham | 2016-10-14 | 1 | -4/+14 |
* | Use register %ebp (instead of %esp) when calculating the value of | ivan.penkov@gmail.com | 2013-11-05 | 1 | -8/+37 |
* | Allow setting a limit on the number of frames to be recovered by stack scanning. | ted.mielczarek@gmail.com | 2013-08-19 | 1 | -11/+18 |
* | More robust stack walks when the IP address in the context frame is invalid (... | ivan.penkov@gmail.com | 2013-06-26 | 1 | -10/+29 |
* | Use stdint types everywhere | ted.mielczarek@gmail.com | 2013-03-06 | 1 | -21/+21 |
* | Print the correct return address, even on architectures where StackFrame::ins... | jimblandy | 2013-01-22 | 1 | -8/+12 |
* | Move scoped_ptr.h to common | ted.mielczarek@gmail.com | 2013-01-17 | 1 | -1/+1 |
* | Allow processing dumps with missing stack memory for some threads | ted.mielczarek@gmail.com | 2012-11-06 | 1 | -3/+3 |
* | Wrong %ebp after skipping a frame for which the instruction pointer is not in... | ivan.penkov@gmail.com | 2012-11-02 | 1 | -25/+35 |
* | Refactor the logic of resolving source line info into helper class. | SiyangXie@gmail.com | 2012-10-10 | 1 | -36/+35 |
* | This is a fix for a stackwalker_x86 issue which has to | ivan.penkov@gmail.com | 2012-06-12 | 1 | -3/+19 |
* | Support for .raSearch in the x86 stackwalker | mark@chromium.org | 2012-02-23 | 1 | -4/+15 |
* | Fix some apparently longstanding crash bugs in Stackwalker implementations wh... | ted.mielczarek | 2011-01-24 | 1 | -2/+3 |
* | Add stack-scanning fallback to Stackwalker{AMD64,ARM}. | ted.mielczarek | 2010-10-01 | 1 | -1/+1 |
* | Refactor some bits of StackWalkerX86 / StackFrameX86 out into their respectiv... | ted.mielczarek | 2010-10-01 | 1 | -32/+9 |
* | Breakpad: Add minidump processor support for DWARF Call Frame Information. | jimblandy | 2010-03-16 | 1 | -3/+68 |
* | Breakpad: Update copyright notice years on all files changed in 2010. | jimblandy | 2010-02-09 | 1 | -1/+1 |
* | Breakpad processor: Segregate STACK WIN vs. traditional stack walking. | jimblandy | 2010-02-05 | 1 | -168/+227 |
* | Breakpad x86 Stack Walker: Pass "out" parameters by address, not reference. | jimblandy | 2010-02-05 | 1 | -6/+6 |
* | Breakpad processor: Save Windows unwinding data earlier in x86 walker. | jimblandy | 2010-02-05 | 1 | -3/+4 |
* | Breakpad processor: Don't pass Windows stack walking information to all walkers. | jimblandy | 2010-01-14 | 1 | -9/+21 |
* | Issue 49012: Breakpad Processor: Rename 'StackFrameInfo' structure to 'Window... | jimblandy | 2009-12-23 | 1 | -8/+8 |
* | Fix when walking stack when no module list is present and the return address ... | nealsid | 2009-10-30 | 1 | -1/+1 |
* | Let x86 stackwalker scan stack in cases where program evaluation fails. Origi... | ted.mielczarek | 2009-10-08 | 1 | -26/+56 |
* | Add logging to minidump processor (#82). Part 2: add messages to the rest of | mmentovai | 2007-05-21 | 1 | -2/+10 |
* | Stacks (still) truncated on win32 (#165). Patch by Benjamin Smedberg. r=me | mmentovai | 2007-05-08 | 1 | -9/+5 |
* | Truncated Windows/x86 stacks when using FPO. Add stack scanning to recover | mmentovai | 2007-04-20 | 1 | -2/+115 |
* | s/an breakpad/a breakpad/ (#127), patch by techtonik, r=me | mmentovai | 2007-03-23 | 1 | -1/+1 |
* | Rename Airbag to Breakpad. | mmentovai | 2007-02-14 | 1 | -6/+6 |
* | Communicate OS and CPU to SymbolSupplier (#107). r=bryner | mmentovai | 2007-01-10 | 1 | -2/+3 |
* | Add an abstract interface to SourceLineResolver, and allow any implementation | bryner | 2006-12-11 | 1 | -2/+3 |
* | Module API (#32). r=waylonis, bryner | mmentovai | 2006-12-05 | 1 | -2/+2 |
* | Move headers for exported interfaces into src/google_airbag (#51). r=bryner | mmentovai | 2006-11-06 | 1 | -3/+3 |
* | minidump_stackwalk should use MinidumpProcessor (#64). r=bryner | mmentovai | 2006-10-27 | 1 | -3/+3 |
* | Fix minor style problems (#58). r=bryner | mmentovai | 2006-10-25 | 1 | -2/+3 |
* | Make stack_frame_info vector hold linked_ptrs instead of objects; | mmentovai | 2006-10-23 | 1 | -8/+14 |
* | Handle frame pointer omission, (#21), part 4 (final part!): FPO stackwalker. | mmentovai | 2006-10-20 | 1 | -52/+241 |
* | ppc stackwalker (#30). r=bryner | mmentovai | 2006-09-25 | 1 | -19/+16 |
* | Add ppc support to minidump reader (#27). r=bryner. | mmentovai | 2006-09-22 | 1 | -3/+4 |
* | 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 | -3/+2 |
* | Get rid of CrashReport, and rename CrashReportProcessor to MinidumpProcessor | bryner | 2006-09-19 | 1 | -2/+2 |
* | Add support to the StackWalker for resolving symbols, using a | bryner | 2006-09-08 | 1 | -2/+4 |
* | Conform to style guidelines. | mmentovai | 2006-09-07 | 1 | -2/+2 |
* | Initial implementation of x86 stackwalker (#9). r=bryner | mmentovai | 2006-09-06 | 1 | -0/+103 |