aboutsummaryrefslogtreecommitdiff
path: root/src/common/dwarf/elf_reader.cc
Commit message (Expand)AuthorAgeFilesLines
* fix pointer style to match the style guideMike Frysinger2020-07-151-75/+75
* Use stdint.h numeric typesJoshua Peraza2020-04-091-21/+21
* Use ULONG_MAX instead of __WORDSIZE to determine native ELF architectureMichael Forney2020-03-171-8/+9
* This change allows compiling the google-breakpad code using a global ::string...Ivan Penkov2016-08-301-2/+2
* elf_reader: drop unused zlib includeMike Frysinger2016-05-251-1/+3
* use another elf.h inside the package for common/dwarf/elf_readerYunlian Jiang2016-05-181-1/+1
* Use elf.h inside the package.Yunlian Jiang2016-05-181-1/+1
* Replaced glibc version of elf.h with musl version of elf.h.Dave MacLachlan2016-05-121-0/+13
* Add debug fission support.Yunlian Jiang2016-05-041-0/+1258