aboutsummaryrefslogtreecommitdiff
path: root/libbacktrace/elf.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-17elf.c (codes): Fix size to be 288.Ian Lance Taylor1-36/+96
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-10-05elf.c (elf_zlib_fetch): Change pval argument to uint64_t *.Ian Lance Taylor1-13/+36
2017-09-29re PR other/67165 (please enable libbacktrace to work with compressed debug s...Ian Lance Taylor1-5/+1624
2017-09-22re PR sanitizer/77631 (no symbols in backtrace shown by ASan when debug info ...Ian Lance Taylor1-0/+29
2017-09-21re PR go/82284 (go -version segfaults on big endian architectures)Ian Lance Taylor1-0/+1
2017-09-20re PR sanitizer/77631 (no symbols in backtrace shown by ASan when debug info ...Ian Lance Taylor1-10/+558
2017-07-26configure.ac: Check for XCOFF32/XCOFF64.Tony Reix1-1/+1
2017-06-12elf.c (backtrace_initialize): Always set *fileline_fn.Ian Lance Taylor1-10/+4
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-09-11* all: Remove meaningless trailing whitespace.Carlos Liam1-3/+3
2016-05-18re PR target/71161 (Lots of ASAN and libgo runtime FAILs after r236090)Uros Bizjak1-0/+3
2016-03-02elf.c (backtrace_initialize): Properly initialize elf_fileline_fn to avoid po...Max Ostapenko1-2/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-10PR 68115/libfortranJohn David Anglin1-1/+2
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-03-07sort.c: New file.Ian Lance Taylor1-2/+2
2014-01-02Update copyright years in libbacktrace/Richard Sandiford1-1/+1
2013-12-06elf.c (ET_DYN): Undefine and define again.Jakub Jelinek1-11/+43
2013-11-19backtrace.h (backtrace_syminfo_callback): Add symsize argument.Jakub Jelinek1-2/+2
2013-11-19configure.ac: Check for support of __atomic extensions.Ian Lance Taylor1-21/+10
2013-11-18elf.c (SHN_UNDEF): Define.Jakub Jelinek1-3/+9
2013-11-18* elf.c (phdr_callback): Process info->dlpi_addr == 0 normally.Jakub Jelinek1-6/+2
2013-11-16backtrace.h (backtrace_syminfo): Update comment and parameter name to take an...Ian Lance Taylor1-14/+22
2013-10-18elf.c (elf_add): Don't get the wrong offsets if a debug section is missing.Ian Lance Taylor1-2/+9
2013-07-23elf.c (elf_syminfo): Loop over the elf_syminfo_data chain.Alexander Monakov1-5/+39
2013-07-23elf.c (backtrace_initialize): Pass elf_fileline_fn to dl_iterate_phdr callbacks.Alexander Monakov1-1/+1
2013-01-14Update copyright years in libbacktrace.Richard Sandiford1-1/+1
2012-10-26re PR other/55087 (bogus "linux-vdso.so.1: No such file or directory" caused ...Ian Lance Taylor1-1/+3
2012-10-10elf.c: Rename all Elf typedefs to start with b_elf, and be all lower case.Ian Lance Taylor1-61/+61
2012-10-10* elf.c (elf_add_syminfo_data): Add casts to avoid warning.Hans-Peter Nilsson1-2/+2
2012-10-09Add support for tracing through shared libraries.Ian Lance Taylor1-29/+243
2012-09-27re PR other/54726 (libbacktrace segfaults on gcc_asserts with stripped gcc)Ian Lance Taylor1-1/+1
2012-09-17libbacktrace/:Ian Lance Taylor1-0/+688