summaryrefslogtreecommitdiff
path: root/libbacktrace/pecoff.c
AgeCommit message (Expand)Author
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-09-26re PR libbacktrace/91908 (New libbacktrace tests fail to build)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-01Update copyright years.Jakub Jelinek
2018-01-25* pecoff.c (coff_add): Only release syms_view if it is valid.Ian Lance Taylor
2018-01-25* pecoff.c (coff_add): Another memcpy -> coff_read4 fix.Ian Lance Taylor
2018-01-25* pecoff.c (coff_add): Use coff_read4, not memcpy.Ian Lance Taylor
2018-01-03Update copyright years.Jakub Jelinek
2017-09-20re PR sanitizer/77631 (no symbols in backtrace shown by ASan when debug info ...Ian Lance Taylor
2017-01-01Update copyright years.Jakub Jelinek
2016-01-04Update copyright years.Jakub Jelinek
2015-05-29libbacktrace: add support of PE/COFFTristan Gingold