aboutsummaryrefslogtreecommitdiff
path: root/src/processor/stackwalker_x86.cc
Commit message (Expand)AuthorAgeFilesLines
* fix pointer style to match the style guideMike Frysinger2020-07-151-4/+4
* Handle very large stack tracesLeonard Mosescu2017-07-121-8/+6
* Provide initial EBX value to FPO frame data evaluatorScott Graham2016-10-141-4/+14
* Use register %ebp (instead of %esp) when calculating the value ofivan.penkov@gmail.com2013-11-051-8/+37
* Allow setting a limit on the number of frames to be recovered by stack scanning.ted.mielczarek@gmail.com2013-08-191-11/+18
* More robust stack walks when the IP address in the context frame is invalid (...ivan.penkov@gmail.com2013-06-261-10/+29
* Use stdint types everywhereted.mielczarek@gmail.com2013-03-061-21/+21
* Print the correct return address, even on architectures where StackFrame::ins...jimblandy2013-01-221-8/+12
* 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-3/+3
* Wrong %ebp after skipping a frame for which the instruction pointer is not in...ivan.penkov@gmail.com2012-11-021-25/+35
* Refactor the logic of resolving source line info into helper class.SiyangXie@gmail.com2012-10-101-36/+35
* This is a fix for a stackwalker_x86 issue which has toivan.penkov@gmail.com2012-06-121-3/+19
* Support for .raSearch in the x86 stackwalkermark@chromium.org2012-02-231-4/+15
* Fix some apparently longstanding crash bugs in Stackwalker implementations wh...ted.mielczarek2011-01-241-2/+3
* Add stack-scanning fallback to Stackwalker{AMD64,ARM}.ted.mielczarek2010-10-011-1/+1
* Refactor some bits of StackWalkerX86 / StackFrameX86 out into their respectiv...ted.mielczarek2010-10-011-32/+9
* Breakpad: Add minidump processor support for DWARF Call Frame Information.jimblandy2010-03-161-3/+68
* Breakpad: Update copyright notice years on all files changed in 2010.jimblandy2010-02-091-1/+1
* Breakpad processor: Segregate STACK WIN vs. traditional stack walking.jimblandy2010-02-051-168/+227
* Breakpad x86 Stack Walker: Pass "out" parameters by address, not reference.jimblandy2010-02-051-6/+6
* Breakpad processor: Save Windows unwinding data earlier in x86 walker.jimblandy2010-02-051-3/+4
* Breakpad processor: Don't pass Windows stack walking information to all walkers.jimblandy2010-01-141-9/+21
* Issue 49012: Breakpad Processor: Rename 'StackFrameInfo' structure to 'Window...jimblandy2009-12-231-8/+8
* Fix when walking stack when no module list is present and the return address ...nealsid2009-10-301-1/+1
* Let x86 stackwalker scan stack in cases where program evaluation fails. Origi...ted.mielczarek2009-10-081-26/+56
* Add logging to minidump processor (#82). Part 2: add messages to the rest ofmmentovai2007-05-211-2/+10
* Stacks (still) truncated on win32 (#165). Patch by Benjamin Smedberg. r=memmentovai2007-05-081-9/+5
* Truncated Windows/x86 stacks when using FPO. Add stack scanning to recovermmentovai2007-04-201-2/+115
* s/an breakpad/a breakpad/ (#127), patch by techtonik, r=memmentovai2007-03-231-1/+1
* Rename Airbag to Breakpad.mmentovai2007-02-141-6/+6
* Communicate OS and CPU to SymbolSupplier (#107). r=brynermmentovai2007-01-101-2/+3
* Add an abstract interface to SourceLineResolver, and allow any implementationbryner2006-12-111-2/+3
* Module API (#32). r=waylonis, brynermmentovai2006-12-051-2/+2
* Move headers for exported interfaces into src/google_airbag (#51). r=brynermmentovai2006-11-061-3/+3
* minidump_stackwalk should use MinidumpProcessor (#64). r=brynermmentovai2006-10-271-3/+3
* Fix minor style problems (#58). r=brynermmentovai2006-10-251-2/+3
* Make stack_frame_info vector hold linked_ptrs instead of objects;mmentovai2006-10-231-8/+14
* Handle frame pointer omission, (#21), part 4 (final part!): FPO stackwalker.mmentovai2006-10-201-52/+241
* ppc stackwalker (#30). r=brynermmentovai2006-09-251-19/+16
* Add ppc support to minidump reader (#27). r=bryner.mmentovai2006-09-221-3/+4
* Relicense to BSD (#29). r=brynermmentovai2006-09-201-10/+25
* Follow-up to #26: get rid of supplier_data, it's not really needed sincebryner2006-09-201-3/+2
* Get rid of CrashReport, and rename CrashReportProcessor to MinidumpProcessorbryner2006-09-191-2/+2
* Add support to the StackWalker for resolving symbols, using abryner2006-09-081-2/+4
* Conform to style guidelines.mmentovai2006-09-071-2/+2
* Initial implementation of x86 stackwalker (#9). r=brynermmentovai2006-09-061-0/+103