summaryrefslogtreecommitdiff
path: root/libbacktrace/pecoff.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2021-01-041-1/+1
* libbacktrace: don't strip leading underscore on 64-bit PEIan Lance Taylor2020-09-081-6/+14
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* libbacktrace: add DWARF 5 supportIan Lance Taylor2019-12-131-1/+5
* libbacktrace: simplify DWARF section handlingIan Lance Taylor2019-12-051-33/+12
* 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
* * pecoff.c (coff_add): Only release syms_view if it is valid.Ian Lance Taylor2018-01-251-2/+5
* * pecoff.c (coff_add): Another memcpy -> coff_read4 fix.Ian Lance Taylor2018-01-251-2/+2
* * pecoff.c (coff_add): Use coff_read4, not memcpy.Ian Lance Taylor2018-01-251-1/+1
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* re PR sanitizer/77631 (no symbols in backtrace shown by ASan when debug info ...Ian Lance Taylor2017-09-201-1/+2
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* libbacktrace: add support of PE/COFFTristan Gingold2015-05-291-0/+937