aboutsummaryrefslogtreecommitdiff
path: root/libbacktrace/pecoff.c
AgeCommit message (Expand)AuthorFilesLines
2024-08-05libbacktrace: avoid -Wpointer-arith errorsIan Lance Taylor1-3/+4
2024-07-30libbacktrace: fix syntax of Windows registration functionsIan Lance Taylor1-2/+2
2024-07-15libbacktrace: support FDPICIan Lance Taylor1-14/+16
2024-07-11libbacktrace: suggest how to fix missing debug infoIan Lance Taylor1-1/+1
2024-05-03libbacktrace: add DLLS as they are loadedIan Lance Taylor1-0/+106
2024-04-28libbacktrace: load Windows modulesIan Lance Taylor1-8/+65
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-11-30libbacktrace: support ASLR on WindowsIan Lance Taylor1-1/+23
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
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