aboutsummaryrefslogtreecommitdiff
path: root/src/processor/stackwalker_x86.cc
Commit message (Expand)AuthorAgeFilesLines
* 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