summaryrefslogtreecommitdiff
path: root/libbacktrace/xcoff.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* libbacktrace: add DWARF 5 supportIan Lance Taylor2019-12-131-0/+2
* libbacktrace: simplify DWARF section handlingIan Lance Taylor2019-12-051-35/+25
* re PR libbacktrace/91908 (New libbacktrace tests fail to build)Ian Lance Taylor2019-09-261-1/+2
* [libbacktrace] Add altlink field to struct dwarf_dataTom de Vries2019-01-171-0/+1
* [libbacktrace] Return struct dwarf_data pointer from elf_addTom de Vries2019-01-171-1/+2
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* xcoff.c (struct xcoff_line, [...]): Remove.Tony Reix2018-08-011-232/+201
* xcoff.c (xcoff_incl_compare): New function.Tony Reix2018-01-191-9/+43
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* xcoff.c: Initial support for DWARF debug sections in XCOFF.Tony Reix2017-09-291-11/+133
* re PR sanitizer/77631 (no symbols in backtrace shown by ASan when debug info ...Ian Lance Taylor2017-09-201-1/+2
* * xcoff.c (xcoff_process_linenos): Initialize incl to NULL.David Edelsohn2017-08-021-1/+1
* * xcoff.c: Don't leak a file descriptor if an archive is malformed.Tony Reix2017-07-281-4/+5
* configure.ac: Check for XCOFF32/XCOFF64.Tony Reix2017-07-261-24/+1432
* filetype.awk: Add AIX XCOFF type detection.Tony Reix2017-07-211-0/+76