aboutsummaryrefslogtreecommitdiff
path: root/src/common/dwarf/bytereader.cc
Commit message (Expand)AuthorAgeFilesLines
* fix pointer style to match the style guideMike Frysinger2020-07-151-4/+4
* Use stdint.h numeric typesJoshua Peraza2020-04-091-12/+12
* Add debug fission support.Yunlian Jiang2016-05-041-0/+4
* convert to uint8_t* for binary data to fix -Wnarrowing build errorsMike Frysinger2016-01-261-3/+4
* Breakpad DWARF reader: Use uint64, not uint64_t in DWARF reader code.jimblandy2010-08-251-3/+3
* Commit issue 140001: fixes for 64-bit build cleanups.jimblandy2010-08-251-4/+4
* Fixes up some style nits, and gets us compiling on Leopard again.dmaclach2010-07-271-3/+3
* Clean up build for 64 bit.dmaclach2010-07-191-3/+3
* Breakpad Linux dumper: Parse the .eh_frame section.jimblandy2010-03-161-15/+24
* Breakpad DWARF parser: Add support for parsing .eh_frame encoded pointers.jimblandy2010-03-161-2/+158
* Breakpad: Update copyright notice years on all files changed in 2010.jimblandy2010-02-091-1/+1
* Breakpad DWARF parser: Add method to read DWARF "Initial length".jimblandy2010-01-281-1/+18
* Issue 39002: Breakpad DWARF parser: Move DWARF parser to platform-independent...jimblandy@gmail.com2009-12-151-0/+63