aboutsummaryrefslogtreecommitdiff
path: root/src/processor/fast_source_line_resolver.cc
AgeCommit message (Expand)Author
2022-09-07Update copyright boilerplate, 2022 edition (Breakpad)Mark Mentovai
2022-02-19Populating is_multiple in google_breakpad::StackFrame from symbol files.Ivan Penkov
2021-12-09Fixing issues in the Breakpad symbol file serialization code.Ivan Penkov
2021-12-01Add serialization of inlines and inline origins for FastSourceLineResolver so...Zequan Wu
2021-10-29Make processor compatible with both old and new format INLINE/INLINE_ORIGINZequan Wu
2021-10-26Revert "Fix incorrect source file name for inlined frames"Mark Mentovai
2021-10-20Fix incorrect source file name for inlined framesZequan Wu
2021-07-22Add support to process INLINE records in symbol filesZequan 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
2013-01-17Move scoped_ptr.h to commonted.mielczarek@gmail.com
2012-06-28This change allows compiling the google-breakpad code using a global ::string...ivan.penkov@gmail.com
2012-06-12This is a fix for a stackwalker_x86 issue which has toivan.penkov@gmail.com
2010-11-01Restrict ownership of symbol data buffers to symbol supplier.SiyangXie@gmail.com
2010-10-21FastSourceLineResolver implementation for optimization purpose.SiyangXie@gmail.com