aboutsummaryrefslogtreecommitdiff
path: root/src/processor/stackwalker_arm_unittest.cc
AgeCommit message (Expand)Author
2022-09-07Update copyright boilerplate, 2022 edition (Breakpad)Mark Mentovai
2020-07-15fix pointer style to match the style guideMike Frysinger
2019-06-11fix build failuresJoshua Peraza
2018-07-06iOS: disable using CFI in stackwalkingJoshua Peraza
2015-10-05Increasing the Breakpad stack walker max scan limit from 30 to 40.Ivan Penkov
2013-08-19Allow setting a limit on the number of frames to be recovered by stack scanning.ted.mielczarek@gmail.com
2013-07-11Detect corrupt symbol files during minidump processing. Recover from the err...ivan.penkov@gmail.com
2013-05-17Avoid gmock warning "Uninteresting mock function call"ted.mielczarek@gmail.com
2013-03-06Keeping track of modules without symbols during crash report processing.ivan.penkov@gmail.com
2013-03-06Use stdint types everywhereted.mielczarek@gmail.com
2012-12-04Allow StackwalkerARM to scan much farther to find the caller of the context f...ted.mielczarek@gmail.com
2012-11-21Cleaning up google-breakpad source code of signed-unsigned comparison warningsivan.penkov@gmail.com
2012-11-06Allow processing dumps with missing stack memory for some threadsted.mielczarek@gmail.com
2012-10-10Refactor the logic of resolving source line info into helper class.SiyangXie@gmail.com
2012-06-29Fixing a mem leak in test codeivan.penkov@gmail.com
2012-06-28This change allows compiling the google-breakpad code using a global ::string...ivan.penkov@gmail.com
2011-10-17 Use frame pointer to walk ARM stack on iOS.qsr@chromium.org
2011-01-24Fix some apparently longstanding crash bugs in Stackwalker implementations wh...ted.mielczarek
2010-10-07Refactor source line resolver, add interface in supplier and resolver.SiyangXie@gmail.com
2010-10-01Add stack-scanning fallback to Stackwalker{AMD64,ARM}.ted.mielczarek
2010-10-01Refactor some bits of StackWalkerX86 / StackFrameX86 out into their respectiv...ted.mielczarek
2010-07-23Fix unit tests that have not built since @610ted.mielczarek
2010-04-27Breakpad test support: Move test_assembler.{h,cc} from src/processor to src/c...jimblandy
2010-03-16Breakpad: Support DWARF CFI-driven stack walking on ARM.jimblandy