aboutsummaryrefslogtreecommitdiff
path: root/src/common/dwarf/bytereader.h
AgeCommit message (Expand)Author
2022-09-07Update copyright boilerplate, 2022 edition (Breakpad)Mark Mentovai
2021-05-26Move the dwarf2reader objects into google_breakpad namespace to make it consi...Tyrel Russell
2020-07-15fix pointer style to match the style guideMike Frysinger
2020-06-24Add and handle various dwarf5 addrx forms.Sterling Augustine
2020-04-09Use stdint.h numeric typesJoshua Peraza
2016-05-04Add debug fission support.Yunlian Jiang
2016-01-26convert to uint8_t* for binary data to fix -Wnarrowing build errorsMike Frysinger
2010-08-25Breakpad DWARF reader: Use uint64, not uint64_t in DWARF reader code.jimblandy
2010-08-25Commit issue 140001: fixes for 64-bit build cleanups.jimblandy
2010-07-27Fixes up some style nits, and gets us compiling on Leopard again.dmaclach
2010-03-16Breakpad DWARF parser: Add support for parsing .eh_frame encoded pointers.jimblandy
2010-02-11Breakpad DWARF parser: Expand comments for ByteReader class.jimblandy
2010-02-09Breakpad: Update copyright notice years on all files changed in 2010.jimblandy
2010-01-28Breakpad DWARF parser: Add method to read DWARF "Initial length".jimblandy
2009-12-15Issue 39002: Breakpad DWARF parser: Move DWARF parser to platform-independent...jimblandy@gmail.com