summaryrefslogtreecommitdiff
path: root/libbacktrace/elf.c
AgeCommit message (Expand)Author
2025-11-06libbacktrace: use correct names in #undef of ELF macrosIan Lance Taylor
2025-02-10libbacktrace: add cast to avoid undefined shiftIan Lance Taylor
2025-01-30libbacktrace: add casts to avoid undefined shiftsIan Lance Taylor
2025-01-02Update copyright years.Jakub Jelinek
2024-07-18libbacktrace: use __has_attribute for fallthroughIan Lance Taylor
2024-07-15libbacktrace: support FDPICIan Lance Taylor
2024-07-11libbacktrace: avoid infinite recursionIan Lance Taylor
2024-07-11libbacktrace: suggest how to fix missing debug infoIan Lance Taylor
2024-06-16libbacktrace: it's OK if zstd decompressor sees no backward bitsIan Lance Taylor
2024-03-08libbacktrace: don't assume compressed section is alignedIan Lance Taylor
2024-03-02libbacktrace: skip all LZMA block header padding bytesIan Lance Taylor
2024-03-01libbacktrace: use real .opd for debuginfo on ppc64 v1 ABIIan Lance Taylor
2024-02-29libbacktrace: read symbol table of debuginfo fileIan Lance Taylor
2024-01-03Update copyright years.Jakub Jelinek
2023-03-28libbacktrace: minor fixes for zstd decompressionIan Lance Taylor
2023-01-16Update copyright years.Jakub Jelinek
2022-12-16libbacktrace: unpack literals into output bufferIan Lance Taylor
2022-12-09libbacktrace: rewrite and simplify main zstd loopIan Lance Taylor
2022-12-07libbacktrace: support zstd decompressionIan Lance Taylor
2022-07-08libbacktrace: check for sys/link.hIan Lance Taylor
2022-04-05libbacktrace: don't skip initial aligned byte in uncompressed blockIan Lance Taylor
2022-01-03Update copyright years.Jakub Jelinek
2021-11-12libbacktrace: fix UBSAN issuesMartin Liska
2021-01-04Update copyright years.Jakub Jelinek
2020-10-20libbacktrace: use __attribute__((__fallthrough__))Ian Lance Taylor
2020-09-16libbacktrace: use ELF symbol table if no debug info availableIan Lance Taylor
2020-09-14libbacktrace: support MiniDebugInfoIan Lance Taylor
2020-05-09libbacktrace: don't crash if ELF file has no sectionsIan Lance Taylor
2020-05-09libbacktrace: don't free ELF strtab if error occurs after saving syminfoIan Lance Taylor
2020-05-09libbacktrace: sometimes read debug sections individuallyIan Lance Taylor
2020-01-01Update copyright years.Jakub Jelinek
2019-12-13libbacktrace: add DWARF 5 supportIan Lance Taylor
2019-12-05libbacktrace: simplify DWARF section handlingIan Lance Taylor
2019-01-31[libbacktrace] Fix .gnu_debugaltlink build-id checkTom de Vries
2019-01-29[libbacktrace] Add test-cases exercising build-id and dwzTom de Vries
2019-01-25[backtrace] Avoid segfaultNathan Sidwell
2019-01-25[libbacktrace] Fix strrchr segfaultTom de Vries
2019-01-18re PR libbacktrace/88890 (libbacktrace on 32-bit system with _FILE_OFFSET_BIT...Ian Lance Taylor
2019-01-17[libbacktrace] Add altlink field to struct dwarf_dataTom de Vries
2019-01-17[libbacktrace] Return struct dwarf_data pointer from elf_addTom de Vries
2019-01-17[libbacktrace] Read .gnu_debugaltlinkTom de Vries
2019-01-01Update copyright years.Jakub Jelinek
2018-06-21re PR other/86198 (Libbacktrace does not properly work with ".note.gnu.build-...Denis Khalikov
2018-04-04re PR other/85161 (Test case failures in libbacktrace on powerpc64 BE startin...Jakub Jelinek
2018-02-15re PR other/82368 (with r253275 several new test cases in libbacktrace fail)Jakub Jelinek
2018-02-14re PR other/82368 (with r253275 several new test cases in libbacktrace fail)Jakub Jelinek
2018-01-31elf.c (elf_add): Close descriptor if we use a debugfile.Ian Lance Taylor
2018-01-25elf.c (elf_open_debugfile_by_debuglink): Don't check CRC if the desired CRC i...Ian Lance Taylor
2018-01-17elf.c (codes): Fix size to be 288.Ian Lance Taylor
2018-01-03Update copyright years.Jakub Jelinek