| 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 |
* | Allow setting a limit on the number of frames to be recovered by stack scanning. | ted.mielczarek@gmail.com | 2013-08-19 | 1 | -0/+59 |
* | Detect corrupt symbol files during minidump processing. Recover from the err... | ivan.penkov@gmail.com | 2013-07-11 | 1 | -14/+49 |
* | 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 | -11/+42 |
* | Use stdint types everywhere | ted.mielczarek@gmail.com | 2013-03-06 | 1 | -11/+11 |
* | Allow StackwalkerARM to scan much farther to find the caller of the context f... | ted.mielczarek@gmail.com | 2012-12-04 | 1 | -0/+57 |
* | Cleaning up google-breakpad source code of signed-unsigned comparison warnings | ivan.penkov@gmail.com | 2012-11-21 | 1 | -6/+6 |
* | Allow processing dumps with missing stack memory for some threads | ted.mielczarek@gmail.com | 2012-11-06 | 1 | -0/+15 |
* | Refactor the logic of resolving source line info into helper class. | SiyangXie@gmail.com | 2012-10-10 | 1 | -10/+20 |
* | 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 |
* | Use frame pointer to walk ARM stack on iOS. | qsr@chromium.org | 2011-10-17 | 1 | -12/+190 |
* | Fix some apparently longstanding crash bugs in Stackwalker implementations wh... | ted.mielczarek | 2011-01-24 | 1 | -3/+21 |
* | Refactor source line resolver, add interface in supplier and resolver. | SiyangXie@gmail.com | 2010-10-07 | 1 | -3/+6 |
* | Add stack-scanning fallback to Stackwalker{AMD64,ARM}. | ted.mielczarek | 2010-10-01 | 1 | -0/+123 |
* | Refactor some bits of StackWalkerX86 / StackFrameX86 out into their respectiv... | ted.mielczarek | 2010-10-01 | 1 | -0/+2 |
* | 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: Support DWARF CFI-driven stack walking on ARM. | jimblandy | 2010-03-16 | 1 | -0/+440 |