summaryrefslogtreecommitdiff
path: root/libbacktrace/pecoff.c
AgeCommit message (Expand)Author
2025-01-02Update copyright years.Jakub Jelinek
2024-11-29libbacktrace: use WIN32_LEAN_AND_MEAN, not WIN32_MEAN_AND_LEANIan Lance Taylor
2024-08-05libbacktrace: avoid -Wpointer-arith errorsIan Lance Taylor
2024-07-30libbacktrace: fix syntax of Windows registration functionsIan Lance Taylor
2024-07-15libbacktrace: support FDPICIan Lance Taylor
2024-07-11libbacktrace: suggest how to fix missing debug infoIan Lance Taylor
2024-05-03libbacktrace: add DLLS as they are loadedIan Lance Taylor
2024-04-28libbacktrace: load Windows modulesIan Lance Taylor
2024-01-03Update copyright years.Jakub Jelinek
2023-11-30libbacktrace: support ASLR on WindowsIan Lance Taylor
2023-01-16Update copyright years.Jakub Jelinek
2022-01-03Update copyright years.Jakub Jelinek
2021-01-04Update copyright years.Jakub Jelinek
2020-09-08libbacktrace: don't strip leading underscore on 64-bit PEIan Lance Taylor
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