aboutsummaryrefslogtreecommitdiff
path: root/src/processor/basic_source_line_resolver.cc
Commit message (Expand)AuthorAgeFilesLines
* 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