aboutsummaryrefslogtreecommitdiff
path: root/src/processor/stackwalker_ppc.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix memory leak in ppc stackwalkerTobias Sargeant2017-08-181-2/+3
* Handle very large stack tracesLeonard Mosescu2017-07-121-0/+8
* Allow setting a limit on the number of frames to be recovered by stack scanning.ted.mielczarek@gmail.com2013-08-191-1/+2
* Use stdint types everywhereted.mielczarek@gmail.com2013-03-061-2/+2
* Allow processing dumps with missing stack memory for some threadsted.mielczarek@gmail.com2012-11-061-3/+3
* Refactor the logic of resolving source line info into helper class.SiyangXie@gmail.com2012-10-101-11/+10
* Refactor some bits of StackWalkerX86 / StackFrameX86 out into their respectiv...ted.mielczarek2010-10-011-0/+2
* 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
* Add logging to minidump processor (#82). Part 2: add messages to the rest ofmmentovai2007-05-211-2/+10
* Rename Airbag to Breakpad.mmentovai2007-02-141-5/+5
* 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
* Fix minor style problems (#58). r=brynermmentovai2006-10-251-1/+1
* 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-40/+54
* ppc stackwalker (#30). r=brynermmentovai2006-09-251-0/+120