aboutsummaryrefslogtreecommitdiff
path: root/src/processor/stackwalker_selftest.cc
AgeCommit message (Expand)Author
2022-09-07Update copyright boilerplate, 2022 edition (Breakpad)Mark Mentovai
2020-07-15fix pointer style to match the style guideMike Frysinger
2014-09-08Refactoring in preparation for microdump processingmmandlis@chromium.org
2013-03-06Keeping track of modules without symbols during crash report processing.ivan.penkov@gmail.com
2013-03-06Use stdint types everywhereted.mielczarek@gmail.com
2013-01-17Move scoped_ptr.h to commonted.mielczarek@gmail.com
2010-06-25Breakpad: Avoid using the C++ <cfoo> headers.ted.mielczarek
2008-02-25Use "%" PRIx64 instead of "%llx" (#241). r=brynermmentovai
2007-09-26Add SPARC/Solaris support to client handler and processor (#201, 200).mmentovai
2007-05-25Provide for logging initialization routines (#179). r=brynermmentovai
2007-02-14Rename Airbag to Breakpad.mmentovai
2007-01-10Communicate OS and CPU to SymbolSupplier (#107). r=brynermmentovai
2006-12-12Fix stackwalker_selftest following #89 (#95). 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-25Fix minor style problems (#58). r=brynermmentovai
2006-10-23Replace auto_ptr with scoped_ptr (#56). 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-25Better testing for Stackwalker (#18). r=brynermmentovai