| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow setting a limit on the number of frames to be recovered by stack scanning. | ted.mielczarek@gmail.com | 2013-08-19 | 1 | -2/+3 |
* | More robust stack walks when the IP address in the context frame is invalid (... | ivan.penkov@gmail.com | 2013-06-26 | 1 | -7/+1 |
* | Use stdint types everywhere | ted.mielczarek@gmail.com | 2013-03-06 | 1 | -11/+11 |
* | 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 | -1/+8 |
* | Allow processing dumps with missing stack memory for some threads | ted.mielczarek@gmail.com | 2012-11-06 | 1 | -2/+2 |
* | Refactor the logic of resolving source line info into helper class. | SiyangXie@gmail.com | 2012-10-10 | 1 | -27/+28 |
* | Use frame pointer to walk ARM stack on iOS. | qsr@chromium.org | 2011-10-17 | 1 | -10/+69 |
* | Fix some apparently longstanding crash bugs in Stackwalker implementations wh... | ted.mielczarek | 2011-01-24 | 1 | -2/+2 |
* | Add stack-scanning fallback to Stackwalker{AMD64,ARM}. | ted.mielczarek | 2010-10-01 | 1 | -17/+64 |
* | Refactor some bits of StackWalkerX86 / StackFrameX86 out into their respectiv... | ted.mielczarek | 2010-10-01 | 1 | -0/+2 |
* | Breakpad: Support DWARF CFI-driven stack walking on ARM. | jimblandy | 2010-03-16 | 1 | -8/+106 |
* | 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 | -3/+1 |
* | Breakpad: Avoid warnings building with G++ 4.4.1 using -O3 -Wall. | jimblandy | 2010-01-12 | 1 | -3/+0 |
* | Issue 49012: Breakpad Processor: Rename 'StackFrameInfo' structure to 'Window... | jimblandy | 2009-12-23 | 1 | -1/+1 |
* | Basic arm cpu support for processor. r=mark at http://breakpad.appspot.com/49011 | ted.mielczarek | 2009-12-19 | 1 | -0/+92 |