aboutsummaryrefslogtreecommitdiff
path: root/src/processor/basic_source_line_resolver_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* fix pointer style to match the style guideMike Frysinger2020-07-151-16/+16
* Add optional field indicating multiple symbols at an addressMike Wittman2017-11-291-44/+105
* Populate stack frames with unloaded module info.Joshua Peraza2017-01-191-0/+1
* Server-side workaround to handle overlapping modules.Ivan Penkov2016-06-201-1/+3
* Refactoring in preparation for microdump processingmmandlis@chromium.org2014-09-081-0/+4
* Adding stricter validation checks to various symbol parser functions.ivan.penkov@gmail.com2013-09-251-0/+263
* Detect corrupt symbol files during minidump processing. Recover from the err...ivan.penkov@gmail.com2013-07-111-4/+6
* Use stdint types everywhereted.mielczarek@gmail.com2013-03-061-21/+21
* Move scoped_ptr.h to commonted.mielczarek@gmail.com2013-01-171-1/+1
* Cleaning up google-breakpad source code of signed-unsigned comparison warningsivan.penkov@gmail.com2012-11-211-7/+7
* This change allows compiling the google-breakpad code using a global ::string...ivan.penkov@gmail.com2012-06-281-1/+1
* This is a fix for a stackwalker_x86 issue which has toivan.penkov@gmail.com2012-06-121-0/+4
* 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