aboutsummaryrefslogtreecommitdiff
path: root/src/common/stabs_reader_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* fix pointer style to match the style guideMike Frysinger2020-07-151-18/+18
* Use stdint types everywhereted.mielczarek@gmail.com2013-03-061-3/+3
* Fix compiler warnings on Ubuntu Precise. Pull in gmock r408 in the process.thestig@chromium.org2012-09-101-13/+13
* This change allows compiling the google-breakpad code using a global ::string...ivan.penkov@gmail.com2012-06-281-3/+4
* Put PUBLIC lines in Mac symbol files.ted.mielczarek2011-03-041-1/+51
* Breakpad Mac symbol dumper: Add new Mach-O reader class.ted.mielczarek2010-06-251-4/+4
* Breakpad Linux dumper: Handle STABS-in-symbol-table, and line number records ...jimblandy2010-05-051-9/+80
* Breakpad STABS parser: Use a test fixture in StabsReader unit tests.jimblandy2010-05-051-56/+42
* Breakpad STABS reader: Properly compute function end addresses.jimblandy2010-05-051-0/+43
* Breakpad Linux dumper: Make StabsReader independent of endianness and word size.jimblandy2010-05-051-476/+251
* Breakpad symbol dumper: Move Linux dumping classes into src/common.jimblandy2010-04-051-0/+685