aboutsummaryrefslogtreecommitdiff
path: root/src/processor/basic_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-07Fix corrupted symbol file due to malformed INLINE/INLINE_ORIGIN recordsZequan Wu
2021-11-30Change Inlines in Function to be ContainedRangeMap that is easier to serialize.Zequan Wu
2021-11-29Limit Tokenize max_tokens to 512 when parsing INLINE record.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-08-31Make INLINE_ORIGIN positions not important in symbol fileZequan Wu
2021-08-19Remove usages of make_uniqueZequan Wu
2021-07-22Add support to process INLINE records in symbol filesZequan Wu
2020-07-15fix pointer style to match the style guideMike Frysinger
2017-11-29Add optional field indicating multiple symbols at an addressMike Wittman
2016-06-10Fix a trivial parsing bug caught by static analysisNicholas Nethercote
2016-06-05Adding support for overlapping ranges to RangeMap.Ivan Penkov
2015-08-20Don't use strtok_s for mingw buildsted.mielczarek@gmail.com
2013-09-25Adding stricter validation checks to various symbol parser functions.ivan.penkov@gmail.com
2013-09-19Handle block helper functions in Breakpad symbol parser. Block helper functi...ivan.penkov@gmail.com
2013-07-11Detect corrupt symbol files during minidump processing. Recover from the err...ivan.penkov@gmail.com
2013-03-06Fix some more Win32 compat issues in processor codeted.mielczarek@gmail.com
2013-03-06Use stdint types everywhereted.mielczarek@gmail.com
2013-03-01Remove unnecessary #include unistd.hted.mielczarek@gmail.com
2010-11-01Restrict ownership of symbol data buffers to symbol supplier.SiyangXie@gmail.com
2010-10-07Refactor source line resolver, add interface in supplier and resolver.SiyangXie@gmail.com
2010-10-05Make dump_syms output an INFO CODE_ID line that includes the code file and co...ted.mielczarek
2010-08-27Fix memory leak in BasicSourceLineResolver::UnloadModuleted.mielczarek
2010-05-13Fix for uninitialized variable in basic_source_line_resolver.ccnealsid
2010-04-08provide a network source line resolver + server. r=mark,jimb at http://breakp...ted.mielczarek
2010-03-16Breakpad: Add minidump processor support for DWARF Call Frame Information.jimblandy
2010-02-09Breakpad: Update copyright notice years on all files changed in 2010.jimblandy
2010-02-05Breakpad processor: Move STACK WIN record parsing into its own function.jimblandy
2010-02-05Breakpad processor: Give Windows stack data Windows-specific names.jimblandy
2010-01-28Breakpad processor: Fix function and public symbol lookup.jimblandy
2010-01-13Breakpad processor: Opening a map file is not an error.jimblandy
2010-01-11Issue 49013: Breakpad Processor: Use a separate API to retrieve Windows stack...jimblandy
2009-12-23Issue 49012: Breakpad Processor: Rename 'StackFrameInfo' structure to 'Window...jimblandy
2009-09-03Breakpad: Don't use the deprecated __gnu_cxx::hash_map container.jimblandy@gmail.com
2009-04-22Fix memory leak when using the basic source line resolver, plus the optimizat...nealsid
2009-02-19Modify symbol supplier interface to support an overload that takes a symbol d...nealsid
2007-09-26Allow Breakpad processor library to build on Solaris with the native Sunmmentovai
2007-05-21Add logging to minidump processor (#82). Part 2: add messages to the rest ofmmentovai
2007-03-22Ignore functions that have invalid addresses or sizes, instead of aborting thebryner
2007-02-14Rename Airbag to Breakpad.mmentovai
2006-12-11Add an abstract interface to SourceLineResolver, and allow any implementationbryner