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