aboutsummaryrefslogtreecommitdiff
path: root/src/processor/stackwalker_amd64_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* fix pointer style to match the style guideMike Frysinger2020-07-151-23/+23
* fix build failuresJoshua Peraza2019-06-111-0/+1
* Sanity check frame pointer while stackwalkingJoshua Peraza2017-03-221-1/+2
* Make x86-64 frame pointer unwinding stricterTed Mielczarek2016-04-191-51/+152
* Issue in StackwalkerAMD64::GetCallerByFramePointerRecovery.Ivan Penkov2015-10-151-0/+132
* Add frame pointer recovery to the AMD64 Stackwalker.rsesek@chromium.org2014-07-181-1/+1
* Allow setting a limit on the number of frames to be recovered by stack scanning.ted.mielczarek@gmail.com2013-08-191-0/+66
* Detect corrupt symbol files during minidump processing. Recover from the err...ivan.penkov@gmail.com2013-07-111-10/+33
* 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-7/+28
* Use stdint types everywhereted.mielczarek@gmail.com2013-03-061-6/+6
* 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