aboutsummaryrefslogtreecommitdiff
path: root/libbacktrace/xcoff.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-28libbacktrace: improve XCOFF supportIan Lance Taylor1-17/+18
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-12-13libbacktrace: add DWARF 5 supportIan Lance Taylor1-0/+2
2019-12-05libbacktrace: simplify DWARF section handlingIan Lance Taylor1-35/+25
2019-09-26re PR libbacktrace/91908 (New libbacktrace tests fail to build)Ian Lance Taylor1-1/+2
2019-01-17[libbacktrace] Add altlink field to struct dwarf_dataTom de Vries1-0/+1
2019-01-17[libbacktrace] Return struct dwarf_data pointer from elf_addTom de Vries1-1/+2
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-08-01xcoff.c (struct xcoff_line, [...]): Remove.Tony Reix1-232/+201
2018-01-19xcoff.c (xcoff_incl_compare): New function.Tony Reix1-9/+43
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-09-29xcoff.c: Initial support for DWARF debug sections in XCOFF.Tony Reix1-11/+133
2017-09-20re PR sanitizer/77631 (no symbols in backtrace shown by ASan when debug info ...Ian Lance Taylor1-1/+2
2017-08-02* xcoff.c (xcoff_process_linenos): Initialize incl to NULL.David Edelsohn1-1/+1
2017-07-28* xcoff.c: Don't leak a file descriptor if an archive is malformed.Tony Reix1-4/+5
2017-07-26configure.ac: Check for XCOFF32/XCOFF64.Tony Reix1-24/+1432
2017-07-21filetype.awk: Add AIX XCOFF type detection.Tony Reix1-0/+76