aboutsummaryrefslogtreecommitdiff
path: root/src/processor/module_comparer.cc
AgeCommit message (Expand)Author
2023-04-26Replace unsigned int with size_t for ModuleSerializerPeter Boström
2023-02-27Add #include <config.h> to the beginning of all cc filesIan Barkley-Yeung
2022-09-07Update copyright boilerplate, 2022 edition (Breakpad)Mark Mentovai
2020-07-15fix pointer style to match the style guideMike Frysinger
2013-07-11Detect corrupt symbol files during minidump processing. Recover from the err...ivan.penkov@gmail.com
2013-01-17Move scoped_ptr.h to commonted.mielczarek@gmail.com
2012-06-12This is a fix for a stackwalker_x86 issue which has toivan.penkov@gmail.com
2010-11-03Make memory allocation/deallocation consistent: use new char[] instead of ope...SiyangXie@gmail.com
2010-10-21FastSourceLineResolver implementation for optimization purpose.SiyangXie@gmail.com