aboutsummaryrefslogtreecommitdiff
path: root/src/common/dwarf/bytereader_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* fix pointer style to match the style guideMike Frysinger2020-07-151-1/+1
* convert to uint8_t* for binary data to fix -Wnarrowing build errorsMike Frysinger2016-01-261-20/+30
* This change allows compiling the google-breakpad code using a global ::string...ivan.penkov@gmail.com2012-06-281-1/+1
* Breakpad Mac symbol dumper: Add new Mach-O reader class.ted.mielczarek2010-06-251-4/+4
* Breakpad Linux dumper: Parse the .eh_frame section.jimblandy2010-03-161-4/+10
* Breakpad DWARF parser: Add support for parsing .eh_frame encoded pointers.jimblandy2010-03-161-0/+691