aboutsummaryrefslogtreecommitdiff
path: root/src/processor/stackwalker_x86_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
2016-10-14Provide initial EBX value to FPO frame data evaluatorScott Graham
2015-10-05Increasing the Breakpad stack walker max scan limit from 30 to 40.Ivan Penkov
2013-11-05Use register %ebp (instead of %esp) when calculating the value ofivan.penkov@gmail.com
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-06-26More robust stack walks when the IP address in the context frame is invalid (...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-11-06Allow processing dumps with missing stack memory for some threadsted.mielczarek@gmail.com
2012-11-02Wrong %ebp after skipping a frame for which the instruction pointer is not in...ivan.penkov@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
2012-06-12This is a fix for a stackwalker_x86 issue which has toivan.penkov@gmail.com
2012-02-23Support for .raSearch in the x86 stackwalkermark@chromium.org
2011-01-24Fix some apparently longstanding crash bugs in Stackwalker implementations wh...ted.mielczarek
2010-10-19Double stack scanning length in stackwalkerted.mielczarek
2010-10-07Refactor source line resolver, add interface in supplier and resolver.SiyangXie@gmail.com
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: Add minidump processor support for DWARF Call Frame Information.jimblandy
2010-03-16Breakpad processor: Unit tests for StackwalkerX86.jimblandy