aboutsummaryrefslogtreecommitdiff
path: root/src/processor/basic_source_line_resolver.cc
Commit message (Expand)AuthorAgeFilesLines
* fix pointer style to match the style guideMike Frysinger2020-07-151-50/+50
* Add optional field indicating multiple symbols at an addressMike Wittman2017-11-291-20/+65
* Fix a trivial parsing bug caught by static analysisNicholas Nethercote2016-06-101-1/+1
* Adding support for overlapping ranges to RangeMap.Ivan Penkov2016-06-051-8/+9
* Don't use strtok_s for mingw buildsted.mielczarek@gmail.com2015-08-201-0/+2
* Adding stricter validation checks to various symbol parser functions.ivan.penkov@gmail.com2013-09-251-79/+190
* Handle block helper functions in Breakpad symbol parser. Block helper functi...ivan.penkov@gmail.com2013-09-191-2/+9
* Detect corrupt symbol files during minidump processing. Recover from the err...ivan.penkov@gmail.com2013-07-111-32/+68
* Fix some more Win32 compat issues in processor codeted.mielczarek@gmail.com2013-03-061-0/+5
* Use stdint types everywhereted.mielczarek@gmail.com2013-03-061-6/+6
* Remove unnecessary #include unistd.hted.mielczarek@gmail.com2013-03-011-1/+0
* Restrict ownership of symbol data buffers to symbol supplier.SiyangXie@gmail.com2010-11-011-5/+0
* Refactor source line resolver, add interface in supplier and resolver.SiyangXie@gmail.com2010-10-071-360/+24
* Make dump_syms output an INFO CODE_ID line that includes the code file and co...ted.mielczarek2010-10-051-0/+4
* Fix memory leak in BasicSourceLineResolver::UnloadModuleted.mielczarek2010-08-271-0/+2
* Fix for uninitialized variable in basic_source_line_resolver.ccnealsid2010-05-131-1/+1
* provide a network source line resolver + server. r=mark,jimb at http://breakp...ted.mielczarek2010-04-081-166/+99
* Breakpad: Add minidump processor support for DWARF Call Frame Information.jimblandy2010-03-161-2/+126
* Breakpad: Update copyright notice years on all files changed in 2010.jimblandy2010-02-091-1/+1
* Breakpad processor: Move STACK WIN record parsing into its own function.jimblandy2010-02-051-29/+39
* Breakpad processor: Give Windows stack data Windows-specific names.jimblandy2010-02-051-26/+30
* Breakpad processor: Fix function and public symbol lookup.jimblandy2010-01-281-3/+3
* Breakpad processor: Opening a map file is not an error.jimblandy2010-01-131-1/+1
* Issue 49013: Breakpad Processor: Use a separate API to retrieve Windows stack...jimblandy2010-01-111-60/+72
* Issue 49012: Breakpad Processor: Rename 'StackFrameInfo' structure to 'Window...jimblandy2009-12-231-13/+13
* Breakpad: Don't use the deprecated __gnu_cxx::hash_map container.jimblandy@gmail.com2009-09-031-13/+0
* Fix memory leak when using the basic source line resolver, plus the optimizat...nealsid2009-04-221-9/+11
* Modify symbol supplier interface to support an overload that takes a symbol d...nealsid2009-02-191-24/+124
* Allow Breakpad processor library to build on Solaris with the native Sunmmentovai2007-09-261-0/+13
* Add logging to minidump processor (#82). Part 2: add messages to the rest ofmmentovai2007-05-211-8/+48
* Ignore functions that have invalid addresses or sizes, instead of aborting thebryner2007-03-221-9/+9
* Rename Airbag to Breakpad.mmentovai2007-02-141-5/+5
* Add an abstract interface to SourceLineResolver, and allow any implementationbryner2006-12-111-0/+561