aboutsummaryrefslogtreecommitdiff
path: root/libbacktrace/pecoff.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-09-08libbacktrace: don't strip leading underscore on 64-bit PEIan Lance Taylor1-6/+14
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-12-13libbacktrace: add DWARF 5 supportIan Lance Taylor1-1/+5
2019-12-05libbacktrace: simplify DWARF section handlingIan Lance Taylor1-33/+12
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-01-25* pecoff.c (coff_add): Only release syms_view if it is valid.Ian Lance Taylor1-2/+5
2018-01-25* pecoff.c (coff_add): Another memcpy -> coff_read4 fix.Ian Lance Taylor1-2/+2
2018-01-25* pecoff.c (coff_add): Use coff_read4, not memcpy.Ian Lance Taylor1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-09-20re PR sanitizer/77631 (no symbols in backtrace shown by ASan when debug info ...Ian Lance Taylor1-1/+2
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-05-29libbacktrace: add support of PE/COFFTristan Gingold1-0/+937