aboutsummaryrefslogtreecommitdiff
path: root/src/processor/stackwalker_arm_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* fix pointer style to match the style guideMike Frysinger2020-07-151-22/+22
* fix build failuresJoshua Peraza2019-06-111-0/+1
* iOS: disable using CFI in stackwalkingJoshua Peraza2018-07-061-2/+6
* Increasing the Breakpad stack walker max scan limit from 30 to 40.Ivan Penkov2015-10-051-1/+1
* Allow setting a limit on the number of frames to be recovered by stack scanning.ted.mielczarek@gmail.com2013-08-191-0/+59
* Detect corrupt symbol files during minidump processing. Recover from the err...ivan.penkov@gmail.com2013-07-111-14/+49
* Avoid gmock warning "Uninteresting mock function call"ted.mielczarek@gmail.com2013-05-171-0/+5
* Keeping track of modules without symbols during crash report processing.ivan.penkov@gmail.com2013-03-061-11/+42
* Use stdint types everywhereted.mielczarek@gmail.com2013-03-061-11/+11
* Allow StackwalkerARM to scan much farther to find the caller of the context f...ted.mielczarek@gmail.com2012-12-041-0/+57
* Cleaning up google-breakpad source code of signed-unsigned comparison warningsivan.penkov@gmail.com2012-11-211-6/+6
* Allow processing dumps with missing stack memory for some threadsted.mielczarek@gmail.com2012-11-061-0/+15
* Refactor the logic of resolving source line info into helper class.SiyangXie@gmail.com2012-10-101-10/+20
* Fixing a mem leak in test codeivan.penkov@gmail.com2012-06-291-3/+1
* This change allows compiling the google-breakpad code using a global ::string...ivan.penkov@gmail.com2012-06-281-1/+1
* Use frame pointer to walk ARM stack on iOS.qsr@chromium.org2011-10-171-12/+190
* Fix some apparently longstanding crash bugs in Stackwalker implementations wh...ted.mielczarek2011-01-241-3/+21
* Refactor source line resolver, add interface in supplier and resolver.SiyangXie@gmail.com2010-10-071-3/+6
* Add stack-scanning fallback to Stackwalker{AMD64,ARM}.ted.mielczarek2010-10-011-0/+123
* Refactor some bits of StackWalkerX86 / StackFrameX86 out into their respectiv...ted.mielczarek2010-10-011-0/+2
* Fix unit tests that have not built since @610ted.mielczarek2010-07-231-3/+3
* Breakpad test support: Move test_assembler.{h,cc} from src/processor to src/c...jimblandy2010-04-271-1/+1
* Breakpad: Support DWARF CFI-driven stack walking on ARM.jimblandy2010-03-161-0/+440