aboutsummaryrefslogtreecommitdiff
path: root/src/processor/stackwalker_selftest.cc
Commit message (Expand)AuthorAgeFilesLines
* fix pointer style to match the style guideMike Frysinger2020-07-151-1/+1
* Refactoring in preparation for microdump processingmmandlis@chromium.org2014-09-081-6/+11
* Keeping track of modules without symbols during crash report processing.ivan.penkov@gmail.com2013-03-061-1/+4
* Use stdint types everywhereted.mielczarek@gmail.com2013-03-061-38/+38
* Move scoped_ptr.h to commonted.mielczarek@gmail.com2013-01-171-1/+1
* Breakpad: Avoid using the C++ <cfoo> headers.ted.mielczarek2010-06-251-1/+1
* Use "%" PRIx64 instead of "%llx" (#241). r=brynermmentovai2008-02-251-1/+1
* Add SPARC/Solaris support to client handler and processor (#201, 200).mmentovai2007-09-261-10/+118
* Provide for logging initialization routines (#179). r=brynermmentovai2007-05-251-0/+6
* Rename Airbag to Breakpad.mmentovai2007-02-141-16/+16
* Communicate OS and CPU to SymbolSupplier (#107). r=brynermmentovai2007-01-101-4/+4
* Fix stackwalker_selftest following #89 (#95). r=brynermmentovai2006-12-121-5/+8
* Add an abstract interface to SourceLineResolver, and allow any implementationbryner2006-12-111-2/+5
* Module API (#32). r=waylonis, brynermmentovai2006-12-051-10/+25
* Move headers for exported interfaces into src/google_airbag (#51). r=brynermmentovai2006-11-061-6/+6
* Fix minor style problems (#58). r=brynermmentovai2006-10-251-2/+2
* Replace auto_ptr with scoped_ptr (#56). r=brynermmentovai2006-10-231-3/+3
* Make stack_frame_info vector hold linked_ptrs instead of objects;mmentovai2006-10-231-7/+8
* Handle frame pointer omission, (#21), part 4 (final part!): FPO stackwalker.mmentovai2006-10-201-7/+44
* Better testing for Stackwalker (#18). r=brynermmentovai2006-09-251-0/+252