aboutsummaryrefslogtreecommitdiff
path: root/src/processor/stackwalker_x86_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* fix pointer style to match the style guideMike Frysinger2020-07-151-52/+52
* fix build failuresJoshua Peraza2019-06-111-0/+1
* Provide initial EBX value to FPO frame data evaluatorScott Graham2016-10-141-2/+139
* Increasing the Breakpad stack walker max scan limit from 30 to 40.Ivan Penkov2015-10-051-3/+3
* Use register %ebp (instead of %esp) when calculating the value ofivan.penkov@gmail.com2013-11-051-5/+208
* Allow setting a limit on the number of frames to be recovered by stack scanning.ted.mielczarek@gmail.com2013-08-191-0/+56
* Detect corrupt symbol files during minidump processing. Recover from the err...ivan.penkov@gmail.com2013-07-111-28/+116
* More robust stack walks when the IP address in the context frame is invalid (...ivan.penkov@gmail.com2013-06-261-82/+307
* 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-16/+57
* Use stdint types everywhereted.mielczarek@gmail.com2013-03-061-2/+2
* Allow processing dumps with missing stack memory for some threadsted.mielczarek@gmail.com2012-11-061-0/+17
* Wrong %ebp after skipping a frame for which the instruction pointer is not in...ivan.penkov@gmail.com2012-11-021-0/+234
* Refactor the logic of resolving source line info into helper class.SiyangXie@gmail.com2012-10-101-14/+29
* 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
* This is a fix for a stackwalker_x86 issue which has toivan.penkov@gmail.com2012-06-121-295/+507
* Support for .raSearch in the x86 stackwalkermark@chromium.org2012-02-231-0/+61
* Fix some apparently longstanding crash bugs in Stackwalker implementations wh...ted.mielczarek2011-01-241-1/+21
* Double stack scanning length in stackwalkerted.mielczarek2010-10-191-0/+57
* Refactor source line resolver, add interface in supplier and resolver.SiyangXie@gmail.com2010-10-071-3/+6
* Refactor some bits of StackWalkerX86 / StackFrameX86 out into their respectiv...ted.mielczarek2010-10-011-19/+19
* 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: Add minidump processor support for DWARF Call Frame Information.jimblandy2010-03-161-20/+209
* Breakpad processor: Unit tests for StackwalkerX86.jimblandy2010-03-161-0/+704