aboutsummaryrefslogtreecommitdiff
path: root/src/processor/stackwalker_x86.h
Commit message (Expand)AuthorAgeFilesLines
* fix pointer style to match the style guideMike Frysinger2020-07-151-3/+3
* Allow setting a limit on the number of frames to be recovered by stack scanning.ted.mielczarek@gmail.com2013-08-191-3/+6
* Use stdint types everywhereted.mielczarek@gmail.com2013-03-061-1/+1
* Refactor the logic of resolving source line info into helper class.SiyangXie@gmail.com2012-10-101-15/+15
* Refactor some bits of StackWalkerX86 / StackFrameX86 out into their respectiv...ted.mielczarek2010-10-011-13/+0
* Fix include paths to be consistent with rest of projectnealsid2010-04-281-1/+1
* Breakpad: Add minidump processor support for DWARF Call Frame Information.jimblandy2010-03-161-0/+16
* 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-2/+19
* Breakpad x86 Stack Walker: Pass "out" parameters by address, not reference.jimblandy2010-02-051-2/+2
* Breakpad processor: Don't pass Windows stack walking information to all walkers.jimblandy2010-01-141-4/+3
* Issue 49012: Breakpad Processor: Rename 'StackFrameInfo' structure to 'Window...jimblandy2009-12-231-1/+1
* Let x86 stackwalker scan stack in cases where program evaluation fails. Origi...ted.mielczarek2009-10-081-0/+13
* Rename Airbag to Breakpad.mmentovai2007-02-141-5/+5
* Communicate OS and CPU to SymbolSupplier (#107). r=brynermmentovai2007-01-101-1/+2
* Add an abstract interface to SourceLineResolver, and allow any implementationbryner2006-12-111-1/+2
* Module API (#32). r=waylonis, brynermmentovai2006-12-051-4/+3
* Move headers for exported interfaces into src/google_airbag (#51). r=brynermmentovai2006-11-061-3/+3
* Fix minor style problems (#58). r=brynermmentovai2006-10-251-2/+2
* Make stack_frame_info vector hold linked_ptrs instead of objects;mmentovai2006-10-231-1/+3
* Handle frame pointer omission, (#21), part 4 (final part!): FPO stackwalker.mmentovai2006-10-201-5/+5
* ppc stackwalker (#30). r=brynermmentovai2006-09-251-13/+8
* 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-2/+1
* Get rid of CrashReport, and rename CrashReportProcessor to MinidumpProcessorbryner2006-09-191-1/+1
* Add support to the StackWalker for resolving symbols, using abryner2006-09-081-2/+4
* Conform to style guidelines.mmentovai2006-09-071-22/+22
* Conform to style guidelines: methods overriding virtual methods should also b...mmentovai2006-09-061-2/+2
* Initial implementation of x86 stackwalker (#9). r=brynermmentovai2006-09-061-0/+68