aboutsummaryrefslogtreecommitdiff
path: root/src/common/dwarf/bytereader.h
Commit message (Expand)AuthorAgeFilesLines
* fix pointer style to match the style guideMike Frysinger2020-07-151-14/+14
* Add and handle various dwarf5 addrx forms.Sterling Augustine2020-06-241-0/+5
* Use stdint.h numeric typesJoshua Peraza2020-04-091-23/+23
* Add debug fission support.Yunlian Jiang2016-05-041-0/+1
* convert to uint8_t* for binary data to fix -Wnarrowing build errorsMike Frysinger2016-01-261-13/+17
* Breakpad DWARF reader: Use uint64, not uint64_t in DWARF reader code.jimblandy2010-08-251-1/+1
* Commit issue 140001: fixes for 64-bit build cleanups.jimblandy2010-08-251-3/+3
* Fixes up some style nits, and gets us compiling on Leopard again.dmaclach2010-07-271-1/+1
* Breakpad DWARF parser: Add support for parsing .eh_frame encoded pointers.jimblandy2010-03-161-3/+94
* Breakpad DWARF parser: Expand comments for ByteReader class.jimblandy2010-02-111-43/+122
* 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/+9
* Issue 39002: Breakpad DWARF parser: Move DWARF parser to platform-independent...jimblandy@gmail.com2009-12-151-0/+132