summaryrefslogtreecommitdiff
path: root/libbacktrace/elf.c
Commit message (Expand)AuthorAgeFilesLines
* libbacktrace: minor fixes for zstd decompressionIan Lance Taylor2023-03-281-20/+20
* Update copyright years.Jakub Jelinek2023-01-161-1/+1
* libbacktrace: unpack literals into output bufferIan Lance Taylor2022-12-161-636/+667
* libbacktrace: rewrite and simplify main zstd loopIan Lance Taylor2022-12-091-356/+592
* libbacktrace: support zstd decompressionIan Lance Taylor2022-12-071-70/+2322
* libbacktrace: check for sys/link.hIan Lance Taylor2022-07-081-1/+6
* libbacktrace: don't skip initial aligned byte in uncompressed blockIan Lance Taylor2022-04-051-1/+1
* Update copyright years.Jakub Jelinek2022-01-031-1/+1
* libbacktrace: fix UBSAN issuesMartin Liska2021-11-121-16/+16
* Update copyright years.Jakub Jelinek2021-01-041-1/+1
* libbacktrace: use __attribute__((__fallthrough__))Ian Lance Taylor2020-10-201-8/+8
* libbacktrace: use ELF symbol table if no debug info availableIan Lance Taylor2020-09-161-12/+27
* libbacktrace: support MiniDebugInfoIan Lance Taylor2020-09-141-150/+1551
* libbacktrace: don't crash if ELF file has no sectionsIan Lance Taylor2020-05-091-0/+3
* libbacktrace: don't free ELF strtab if error occurs after saving syminfoIan Lance Taylor2020-05-091-0/+1
* libbacktrace: sometimes read debug sections individuallyIan Lance Taylor2020-05-091-19/+83
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* libbacktrace: add DWARF 5 supportIan Lance Taylor2019-12-131-0/+4
* libbacktrace: simplify DWARF section handlingIan Lance Taylor2019-12-051-57/+56
* [libbacktrace] Fix .gnu_debugaltlink build-id checkTom de Vries2019-01-311-2/+2
* [libbacktrace] Add test-cases exercising build-id and dwzTom de Vries2019-01-291-1/+3
* [backtrace] Avoid segfaultNathan Sidwell2019-01-251-1/+1
* [libbacktrace] Fix strrchr segfaultTom de Vries2019-01-251-1/+1
* re PR libbacktrace/88890 (libbacktrace on 32-bit system with _FILE_OFFSET_BIT...Ian Lance Taylor2019-01-181-1/+1
* [libbacktrace] Add altlink field to struct dwarf_dataTom de Vries2019-01-171-1/+3
* [libbacktrace] Return struct dwarf_data pointer from elf_addTom de Vries2019-01-171-9/+14
* [libbacktrace] Read .gnu_debugaltlinkTom de Vries2019-01-171-5/+88
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* re PR other/86198 (Libbacktrace does not properly work with ".note.gnu.build-...Denis Khalikov2018-06-211-1/+1
* re PR other/85161 (Test case failures in libbacktrace on powerpc64 BE startin...Jakub Jelinek2018-04-041-1/+8
* re PR other/82368 (with r253275 several new test cases in libbacktrace fail)Jakub Jelinek2018-02-151-0/+2
* re PR other/82368 (with r253275 several new test cases in libbacktrace fail)Jakub Jelinek2018-02-141-3/+60
* elf.c (elf_add): Close descriptor if we use a debugfile.Ian Lance Taylor2018-01-311-4/+18
* elf.c (elf_open_debugfile_by_debuglink): Don't check CRC if the desired CRC i...Ian Lance Taylor2018-01-251-7/+14
* elf.c (codes): Fix size to be 288.Ian Lance Taylor2018-01-171-36/+96
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* elf.c (elf_zlib_fetch): Change pval argument to uint64_t *.Ian Lance Taylor2017-10-051-13/+36
* re PR other/67165 (please enable libbacktrace to work with compressed debug s...Ian Lance Taylor2017-09-291-5/+1624
* re PR sanitizer/77631 (no symbols in backtrace shown by ASan when debug info ...Ian Lance Taylor2017-09-221-0/+29
* re PR go/82284 (go -version segfaults on big endian architectures)Ian Lance Taylor2017-09-211-0/+1
* re PR sanitizer/77631 (no symbols in backtrace shown by ASan when debug info ...Ian Lance Taylor2017-09-201-10/+558
* configure.ac: Check for XCOFF32/XCOFF64.Tony Reix2017-07-261-1/+1
* elf.c (backtrace_initialize): Always set *fileline_fn.Ian Lance Taylor2017-06-121-10/+4
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* * all: Remove meaningless trailing whitespace.Carlos Liam2016-09-111-3/+3
* re PR target/71161 (Lots of ASAN and libgo runtime FAILs after r236090)Uros Bizjak2016-05-181-0/+3
* elf.c (backtrace_initialize): Properly initialize elf_fileline_fn to avoid po...Max Ostapenko2016-03-021-2/+1
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* PR 68115/libfortranJohn David Anglin2015-12-101-1/+2
* Update copyright years.Jakub Jelinek2015-01-051-1/+1