aboutsummaryrefslogtreecommitdiff
path: root/src/processor/stackwalker_amd64_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Allow processing dumps with missing stack memory for some threadsted.mielczarek@gmail.com2012-11-061-0/+18
* Refactor the logic of resolving source line info into helper class.SiyangXie@gmail.com2012-10-101-10/+17
* 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
* In the AMD64 stackwalker, use heuristics to provide %rbp more often, asjimblandy2012-04-251-5/+82
* Fix some apparently longstanding crash bugs in Stackwalker implementations wh...ted.mielczarek2011-01-241-3/+25
* 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 processor: Support AMD64 stack unwinding driven by DWARF CFI.jimblandy2010-03-161-0/+334