aboutsummaryrefslogtreecommitdiff
path: root/src/processor/module_serializer.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
2021-12-01Add serialization of inlines and inline origins for FastSourceLineResolver so...Zequan Wu
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-03-06Use stdint types everywhereted.mielczarek@gmail.com
2010-11-03Make memory allocation/deallocation consistent: use new char[] instead of ope...SiyangXie@gmail.com
2010-10-25Add missing module_serializer.h and module_serializer.cc for class ModuleSeri...SiyangXie@gmail.com