aboutsummaryrefslogtreecommitdiff
path: root/src/processor/basic_source_line_resolver_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Breakpad: Avoid using the C++ <cfoo> headers.ted.mielczarek2010-06-251-1/+2
* provide a network source line resolver + server. r=mark,jimb at http://breakp...ted.mielczarek2010-04-081-44/+60
* Breakpad: Add minidump processor support for DWARF Call Frame Information.jimblandy2010-03-161-2/+164
* Breakpad: Update copyright notice years on all files changed in 2010.jimblandy2010-02-091-1/+1
* Breakpad processor: Give Windows stack data Windows-specific names.jimblandy2010-02-051-20/+20
* Breakpad processor: Fix function and public symbol lookup.jimblandy2010-01-281-1/+11
* Issue 49013: Breakpad Processor: Use a separate API to retrieve Windows stack...jimblandy2010-01-111-13/+15
* Issue 49012: Breakpad Processor: Rename 'StackFrameInfo' structure to 'Window...jimblandy2009-12-231-4/+4
* Fix memory leak in test case when calling into basic source line resolver.nealsid2009-05-141-2/+6
* Provide for logging initialization routines (#179). r=brynermmentovai2007-05-251-0/+3
* Ignore functions that have invalid addresses or sizes, instead of aborting thebryner2007-03-221-1/+8
* Rename Airbag to Breakpad.mmentovai2007-02-141-9/+9
* Add an abstract interface to SourceLineResolver, and allow any implementationbryner2006-12-111-0/+202