| 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 | -3/+3 |
* | Use register %ebp (instead of %esp) when calculating the value of | ivan.penkov@gmail.com | 2013-11-05 | 1 | -5/+208 |
* | Allow setting a limit on the number of frames to be recovered by stack scanning. | ted.mielczarek@gmail.com | 2013-08-19 | 1 | -0/+56 |
* | Detect corrupt symbol files during minidump processing. Recover from the err... | ivan.penkov@gmail.com | 2013-07-11 | 1 | -28/+116 |
* | More robust stack walks when the IP address in the context frame is invalid (... | ivan.penkov@gmail.com | 2013-06-26 | 1 | -82/+307 |
* | Avoid gmock warning "Uninteresting mock function call" | ted.mielczarek@gmail.com | 2013-05-17 | 1 | -0/+5 |
* | Keeping track of modules without symbols during crash report processing. | ivan.penkov@gmail.com | 2013-03-06 | 1 | -16/+57 |
* | Use stdint types everywhere | ted.mielczarek@gmail.com | 2013-03-06 | 1 | -2/+2 |
* | Allow processing dumps with missing stack memory for some threads | ted.mielczarek@gmail.com | 2012-11-06 | 1 | -0/+17 |
* | Wrong %ebp after skipping a frame for which the instruction pointer is not in... | ivan.penkov@gmail.com | 2012-11-02 | 1 | -0/+234 |
* | Refactor the logic of resolving source line info into helper class. | SiyangXie@gmail.com | 2012-10-10 | 1 | -14/+29 |
* | Fixing a mem leak in test code | ivan.penkov@gmail.com | 2012-06-29 | 1 | -3/+1 |
* | This change allows compiling the google-breakpad code using a global ::string... | ivan.penkov@gmail.com | 2012-06-28 | 1 | -1/+1 |
* | This is a fix for a stackwalker_x86 issue which has to | ivan.penkov@gmail.com | 2012-06-12 | 1 | -295/+507 |
* | Support for .raSearch in the x86 stackwalker | mark@chromium.org | 2012-02-23 | 1 | -0/+61 |
* | Fix some apparently longstanding crash bugs in Stackwalker implementations wh... | ted.mielczarek | 2011-01-24 | 1 | -1/+21 |
* | Double stack scanning length in stackwalker | ted.mielczarek | 2010-10-19 | 1 | -0/+57 |
* | Refactor source line resolver, add interface in supplier and resolver. | SiyangXie@gmail.com | 2010-10-07 | 1 | -3/+6 |
* | Refactor some bits of StackWalkerX86 / StackFrameX86 out into their respectiv... | ted.mielczarek | 2010-10-01 | 1 | -19/+19 |
* | Fix unit tests that have not built since @610 | ted.mielczarek | 2010-07-23 | 1 | -3/+3 |
* | Breakpad test support: Move test_assembler.{h,cc} from src/processor to src/c... | jimblandy | 2010-04-27 | 1 | -1/+1 |
* | Breakpad: Add minidump processor support for DWARF Call Frame Information. | jimblandy | 2010-03-16 | 1 | -20/+209 |
* | Breakpad processor: Unit tests for StackwalkerX86. | jimblandy | 2010-03-16 | 1 | -0/+704 |