aboutsummaryrefslogtreecommitdiff
path: root/src/google_breakpad/processor/stackwalker.h
Commit message (Expand)AuthorAgeFilesLines
* processor: subtract 1 from return pointers while scanningJoshua Peraza2020-08-141-2/+6
* Handle very large stack tracesLeonard Mosescu2017-07-121-1/+16
* Populate stack frames with unloaded module info.Joshua Peraza2017-01-191-0/+7
* Refactoring in preparation for microdump processingmmandlis@chromium.org2014-09-081-2/+2
* Allow setting a limit on the number of frames to be recovered by stack scanning.ted.mielczarek@gmail.com2013-08-191-2/+15
* Detect corrupt symbol files during minidump processing. Recover from the err...ivan.penkov@gmail.com2013-07-111-3/+6
* More robust stack walks when the IP address in the context frame is invalid (...ivan.penkov@gmail.com2013-06-261-2/+9
* Don't print an error when a user-set max frames limit has been reached in the...ted.mielczarek@gmail.com2013-04-161-1/+9
* Keeping track of modules without symbols during crash report processing.ivan.penkov@gmail.com2013-03-061-1/+11
* Use stdint types everywhereted.mielczarek@gmail.com2013-03-061-4/+4
* Allow StackwalkerARM to scan much farther to find the caller of the context f...ted.mielczarek@gmail.com2012-12-041-2/+4
* Refactor the logic of resolving source line info into helper class.SiyangXie@gmail.com2012-10-101-41/+28
* This change allows compiling the google-breakpad code using a global ::string...ivan.penkov@gmail.com2012-06-281-1/+3
* Fix class/struct mismatches in forward declarations.benchan@chromium.org2012-03-301-1/+1
* Support for .raSearch in the x86 stackwalkermark@chromium.org2012-02-231-3/+12
* Double stack scanning length in stackwalkerted.mielczarek2010-10-191-1/+1
* Refactor some bits of StackWalkerX86 / StackFrameX86 out into their respectiv...ted.mielczarek2010-10-011-2/+35
* Limit the number of frames we try to walk to prevent runaway processors.thestig@chromium.org2010-08-261-1/+7
* add missing <string> include from r541ted.mielczarek2010-03-031-0/+1
* Fix to cache NOT_FOUND results from symbol supplier on a per-minidump basis nealsid2010-03-031-2/+8
* 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-8/+5
* Issue 49012: Breakpad Processor: Rename 'StackFrameInfo' structure to 'Window...jimblandy2009-12-231-2/+2
* Let x86 stackwalker scan stack in cases where program evaluation fails. Origi...ted.mielczarek2009-10-081-0/+11
* Truncated Windows/x86 stacks when using FPO. Add stack scanning to recovermmentovai2007-04-201-4/+4
* Rename Airbag to Breakpad.mmentovai2007-02-141-0/+140