aboutsummaryrefslogtreecommitdiff
path: root/src/processor/range_map_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* fix pointer style to match the style guideMike Frysinger2020-07-151-9/+9
* Adding support for overlapping ranges to RangeMap.Ivan Penkov2016-06-051-3/+10
* Move scoped_ptr.h to commonted.mielczarek@gmail.com2013-01-171-2/+1
* Initialize variables that currently may theoretically be used uninitializedjessicag.feedback@gmail.com2010-09-161-4/+4
* Fix a bug in range_map-inl.h and add a unittest to expose the exisiting bug.SiyangXie@gmail.com2010-09-151-0/+42
* Breakpad: Avoid using the C++ <cfoo> headers.ted.mielczarek2010-06-251-2/+2
* Breakpad: Update copyright notice years on all files changed in 2010.jimblandy2010-02-091-1/+1
* Breakpad processor: Have RetrieveNearestRange correctly return range extent.jimblandy2010-01-271-1/+18
* Provide for logging initialization routines (#179). r=brynermmentovai2007-05-251-0/+3
* Rename Airbag to Breakpad.mmentovai2007-02-141-3/+3
* Module API (#32). r=waylonis, brynermmentovai2006-12-051-0/+77
* Limit use of default namespace in tests and utility programs (#71). r=brynermmentovai2006-11-091-3/+10
* Fix minor style problems (#58). r=brynermmentovai2006-10-251-1/+2
* Replace auto_ptr with scoped_ptr (#56). r=brynermmentovai2006-10-231-3/+3
* Add PUBLIC support to SourceLineResolver (resolve function names in Windowsmmentovai2006-10-201-6/+64
* Relicense to BSD (#29). r=brynermmentovai2006-09-201-10/+25
* Handle frame pointer omission (#21), part 1: ContainedRangeMap. r=bryner.mmentovai2006-09-201-1/+1
* Stylistic changes for RangeMap (#24). r=brynermmentovai2006-09-141-27/+26
* Conform to style guidelines.mmentovai2006-09-071-11/+11
* Initial implementation of minidump reader (#6). r=brynermmentovai2006-09-061-0/+334