aboutsummaryrefslogtreecommitdiff
path: root/src/processor/stackwalker_amd64.cc
Commit message (Expand)AuthorAgeFilesLines
* fix pointer style to match the style guideMike Frysinger2020-07-151-3/+3
* Handle very large stack tracesLeonard Mosescu2017-07-121-25/+5
* Sanity check frame pointer while stackwalkingJoshua Peraza2017-03-221-0/+6
* Make x86-64 frame pointer unwinding stricterTed Mielczarek2016-04-191-0/+17
* Issue in StackwalkerAMD64::GetCallerByFramePointerRecovery.Ivan Penkov2015-10-151-9/+25
* Add frame pointer recovery to the AMD64 Stackwalker.rsesek@chromium.org2014-07-181-2/+52
* Allow setting a limit on the number of frames to be recovered by stack scanning.ted.mielczarek@gmail.com2013-08-191-2/+3
* More robust stack walks when the IP address in the context frame is invalid (...ivan.penkov@gmail.com2013-06-261-4/+4
* Make x86-64 stack walking work for Native Client minidumpsmseaborn@chromium.org2013-05-081-0/+11
* Use stdint types everywhereted.mielczarek@gmail.com2013-03-061-4/+4
* Print the correct return address, even on architectures where StackFrame::ins...jimblandy2013-01-221-8/+11
* Move scoped_ptr.h to commonted.mielczarek@gmail.com2013-01-171-1/+1
* Allow processing dumps with missing stack memory for some threadsted.mielczarek@gmail.com2012-11-061-2/+2
* Refactor the logic of resolving source line info into helper class.SiyangXie@gmail.com2012-10-101-20/+19
* In the AMD64 stackwalker, use heuristics to provide %rbp more often, asjimblandy2012-04-251-9/+28
* Fix some apparently longstanding crash bugs in Stackwalker implementations wh...ted.mielczarek2011-01-241-1/+1
* Add stack-scanning fallback to Stackwalker{AMD64,ARM}.ted.mielczarek2010-10-011-1/+36
* Refactor some bits of StackWalkerX86 / StackFrameX86 out into their respectiv...ted.mielczarek2010-10-011-0/+2
* Cleanup: Remove a useless check.thestig@chromium.org2010-08-261-8/+6
* Breakpad processor: Support AMD64 stack unwinding driven by DWARF CFI.jimblandy2010-03-161-41/+101
* Breakpad: Update copyright notice years on all files changed in 2010.jimblandy2010-02-091-1/+1
* Breakpad processor: Don't pass Windows stack walking information to all walkers.jimblandy2010-01-141-3/+1
* Issue 49012: Breakpad Processor: Rename 'StackFrameInfo' structure to 'Window...jimblandy2009-12-231-1/+1
* Issue 196 - Breakpad processor support for x86-64. r=mentoted.mielczarek2007-10-311-0/+131