aboutsummaryrefslogtreecommitdiff
path: root/src/processor/stackwalker_arm.cc
Commit message (Expand)AuthorAgeFilesLines
* fix pointer style to match the style guideMike Frysinger2020-07-151-4/+4
* iOS: disable using CFI in stackwalkingJoshua Peraza2018-07-061-4/+9
* Handle very large stack tracesLeonard Mosescu2017-07-121-10/+6
* Allow setting a limit on the number of frames to be recovered by stack scanning.ted.mielczarek@gmail.com2013-08-191-2/+3
* More robust stack walks when the IP address in the context frame is invalid (...ivan.penkov@gmail.com2013-06-261-7/+1
* Use stdint types everywhereted.mielczarek@gmail.com2013-03-061-11/+11
* Move scoped_ptr.h to commonted.mielczarek@gmail.com2013-01-171-1/+1
* Allow StackwalkerARM to scan much farther to find the caller of the context f...ted.mielczarek@gmail.com2012-12-041-1/+8
* Allow processing dumps with missing stack memory for some threadsted.mielczarek@gmail.com2012-11-061-2/+2
* Refactor the logic of resolving source line info into helper class.SiyangXie@gmail.com2012-10-101-27/+28
* Use frame pointer to walk ARM stack on iOS.qsr@chromium.org2011-10-171-10/+69
* Fix some apparently longstanding crash bugs in Stackwalker implementations wh...ted.mielczarek2011-01-241-2/+2
* Add stack-scanning fallback to Stackwalker{AMD64,ARM}.ted.mielczarek2010-10-011-17/+64
* Refactor some bits of StackWalkerX86 / StackFrameX86 out into their respectiv...ted.mielczarek2010-10-011-0/+2
* Breakpad: Support DWARF CFI-driven stack walking on ARM.jimblandy2010-03-161-8/+106
* Breakpad: Update copyright notice years on all files changed in 2010.jimblandy2010-02-091-1/+1
* Breakpad processor: Don't pass Windows stack walking information to all walkers.jimblandy2010-01-141-3/+1
* Breakpad: Avoid warnings building with G++ 4.4.1 using -O3 -Wall.jimblandy2010-01-121-3/+0
* Issue 49012: Breakpad Processor: Rename 'StackFrameInfo' structure to 'Window...jimblandy2009-12-231-1/+1
* Basic arm cpu support for processor. r=mark at http://breakpad.appspot.com/49011ted.mielczarek2009-12-191-0/+92