aboutsummaryrefslogtreecommitdiff
path: root/src/processor/stackwalker_x86_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* 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