aboutsummaryrefslogtreecommitdiff
path: root/src/processor/stackwalker_x86.cc
AgeCommit message (Expand)Author
2023-02-27Add #include <config.h> to the beginning of all cc filesIan Barkley-Yeung
2022-09-07Update copyright boilerplate, 2022 edition (Breakpad)Mark Mentovai
2022-03-01Better identification of context frames.Ivan Penkov
2022-02-02The X86 stack walker was doing an illegal down cast from base-class (StackFra...Ivan Penkov
2020-07-15fix pointer style to match the style guideMike Frysinger
2017-07-12Handle very large stack tracesLeonard Mosescu
2016-10-14Provide initial EBX value to FPO frame data evaluatorScott Graham
2013-11-05Use register %ebp (instead of %esp) when calculating the value ofivan.penkov@gmail.com
2013-08-19Allow setting a limit on the number of frames to be recovered by stack scanning.ted.mielczarek@gmail.com
2013-06-26More robust stack walks when the IP address in the context frame is invalid (...ivan.penkov@gmail.com
2013-03-06Use stdint types everywhereted.mielczarek@gmail.com
2013-01-22Print the correct return address, even on architectures where StackFrame::ins...jimblandy
2013-01-17Move scoped_ptr.h to commonted.mielczarek@gmail.com
2012-11-06Allow processing dumps with missing stack memory for some threadsted.mielczarek@gmail.com
2012-11-02Wrong %ebp after skipping a frame for which the instruction pointer is not in...ivan.penkov@gmail.com
2012-10-10Refactor the logic of resolving source line info into helper class.SiyangXie@gmail.com
2012-06-12This is a fix for a stackwalker_x86 issue which has toivan.penkov@gmail.com
2012-02-23Support for .raSearch in the x86 stackwalkermark@chromium.org
2011-01-24Fix some apparently longstanding crash bugs in Stackwalker implementations wh...ted.mielczarek
2010-10-01Add stack-scanning fallback to Stackwalker{AMD64,ARM}.ted.mielczarek
2010-10-01Refactor some bits of StackWalkerX86 / StackFrameX86 out into their respectiv...ted.mielczarek
2010-03-16Breakpad: Add minidump processor support for DWARF Call Frame Information.jimblandy
2010-02-09Breakpad: Update copyright notice years on all files changed in 2010.jimblandy
2010-02-05Breakpad processor: Segregate STACK WIN vs. traditional stack walking.jimblandy
2010-02-05Breakpad x86 Stack Walker: Pass "out" parameters by address, not reference.jimblandy
2010-02-05Breakpad processor: Save Windows unwinding data earlier in x86 walker.jimblandy
2010-01-14Breakpad processor: Don't pass Windows stack walking information to all walkers.jimblandy
2009-12-23Issue 49012: Breakpad Processor: Rename 'StackFrameInfo' structure to 'Window...jimblandy
2009-10-30Fix when walking stack when no module list is present and the return address ...nealsid
2009-10-08Let x86 stackwalker scan stack in cases where program evaluation fails. Origi...ted.mielczarek
2007-05-21Add logging to minidump processor (#82). Part 2: add messages to the rest ofmmentovai
2007-05-08Stacks (still) truncated on win32 (#165). Patch by Benjamin Smedberg. r=memmentovai
2007-04-20Truncated Windows/x86 stacks when using FPO. Add stack scanning to recovermmentovai
2007-03-23s/an breakpad/a breakpad/ (#127), patch by techtonik, r=memmentovai
2007-02-14Rename Airbag to Breakpad.mmentovai
2007-01-10Communicate OS and CPU to SymbolSupplier (#107). r=brynermmentovai
2006-12-11Add an abstract interface to SourceLineResolver, and allow any implementationbryner
2006-12-05Module API (#32). r=waylonis, brynermmentovai
2006-11-06Move headers for exported interfaces into src/google_airbag (#51). r=brynermmentovai
2006-10-27minidump_stackwalk should use MinidumpProcessor (#64). r=brynermmentovai
2006-10-25Fix minor style problems (#58). r=brynermmentovai
2006-10-23Make stack_frame_info vector hold linked_ptrs instead of objects;mmentovai
2006-10-20Handle frame pointer omission, (#21), part 4 (final part!): FPO stackwalker.mmentovai
2006-09-25ppc stackwalker (#30). r=brynermmentovai
2006-09-22Add ppc support to minidump reader (#27). r=bryner.mmentovai
2006-09-20Relicense to BSD (#29). r=brynermmentovai
2006-09-20Follow-up to #26: get rid of supplier_data, it's not really needed sincebryner
2006-09-19Get rid of CrashReport, and rename CrashReportProcessor to MinidumpProcessorbryner
2006-09-08Add support to the StackWalker for resolving symbols, using abryner
2006-09-07Conform to style guidelines.mmentovai