aboutsummaryrefslogtreecommitdiff
path: root/libbacktrace/elf.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-28libbacktrace: minor fixes for zstd decompressionIan Lance Taylor1-20/+20
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-12-16libbacktrace: unpack literals into output bufferIan Lance Taylor1-636/+667
2022-12-09libbacktrace: rewrite and simplify main zstd loopIan Lance Taylor1-356/+592
2022-12-07libbacktrace: support zstd decompressionIan Lance Taylor1-70/+2322
2022-07-08libbacktrace: check for sys/link.hIan Lance Taylor1-1/+6
2022-04-05libbacktrace: don't skip initial aligned byte in uncompressed blockIan Lance Taylor1-1/+1
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-11-12libbacktrace: fix UBSAN issuesMartin Liska1-16/+16
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-10-20libbacktrace: use __attribute__((__fallthrough__))Ian Lance Taylor1-8/+8
2020-09-16libbacktrace: use ELF symbol table if no debug info availableIan Lance Taylor1-12/+27
2020-09-14libbacktrace: support MiniDebugInfoIan Lance Taylor1-150/+1551
2020-05-09libbacktrace: don't crash if ELF file has no sectionsIan Lance Taylor1-0/+3
2020-05-09libbacktrace: don't free ELF strtab if error occurs after saving syminfoIan Lance Taylor1-0/+1
2020-05-09libbacktrace: sometimes read debug sections individuallyIan Lance Taylor1-19/+83
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-12-13libbacktrace: add DWARF 5 supportIan Lance Taylor1-0/+4
2019-12-05libbacktrace: simplify DWARF section handlingIan Lance Taylor1-57/+56
2019-01-31[libbacktrace] Fix .gnu_debugaltlink build-id checkTom de Vries1-2/+2
2019-01-29[libbacktrace] Add test-cases exercising build-id and dwzTom de Vries1-1/+3
2019-01-25[backtrace] Avoid segfaultNathan Sidwell1-1/+1
2019-01-25[libbacktrace] Fix strrchr segfaultTom de Vries1-1/+1
2019-01-18re PR libbacktrace/88890 (libbacktrace on 32-bit system with _FILE_OFFSET_BIT...Ian Lance Taylor1-1/+1
2019-01-17[libbacktrace] Add altlink field to struct dwarf_dataTom de Vries1-1/+3
2019-01-17[libbacktrace] Return struct dwarf_data pointer from elf_addTom de Vries1-9/+14
2019-01-17[libbacktrace] Read .gnu_debugaltlinkTom de Vries1-5/+88
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-06-21re PR other/86198 (Libbacktrace does not properly work with ".note.gnu.build-...Denis Khalikov1-1/+1
2018-04-04re PR other/85161 (Test case failures in libbacktrace on powerpc64 BE startin...Jakub Jelinek1-1/+8
2018-02-15re PR other/82368 (with r253275 several new test cases in libbacktrace fail)Jakub Jelinek1-0/+2
2018-02-14re PR other/82368 (with r253275 several new test cases in libbacktrace fail)Jakub Jelinek1-3/+60
2018-01-31elf.c (elf_add): Close descriptor if we use a debugfile.Ian Lance Taylor1-4/+18
2018-01-25elf.c (elf_open_debugfile_by_debuglink): Don't check CRC if the desired CRC i...Ian Lance Taylor1-7/+14
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