aboutsummaryrefslogtreecommitdiff
path: root/src/debug/dwarf/testdata
AgeCommit message (Expand)Author
2025-03-10debug/dwarf: fix problem with DWARF 5 and Seek methodThan McIntosh
2023-04-18debug/elf: support zstd compressionIan Lance Taylor
2022-01-28debug/dwarf: fix problems with handling of bit offsets for bitfieldsThan McIntosh
2021-09-02debug/dwarf: check for DWARFv4 AttrDataBitOffset valueJoe Sylve
2021-03-17debug/dwarf: support DW_FORM_rnglistx aka formRnglistxIan Lance Taylor
2020-12-14debug/dwarf: don't try to parse addr/rnglists headerIan Lance Taylor
2020-10-24debug/dwarf: add support for DWARFv5 to (*Data).RangesAlessandro Arzilli
2019-03-15debug/dwarf: more graceful handling of unsupported typesThan McIntosh
2017-05-26debug/dwarf: heuristically handle both UNIX and Windows pathsAustin Clements
2016-03-22debug/dwarf: add Reader.SeekPC and Data.RangesIan Lance Taylor
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2016-01-14debug/dwarf: fix nil pointer dereference in cyclic type structuresAustin Clements
2015-09-15debug/dwarf: add test for split DWARFAustin Clements
2015-09-04all: remove executable bit from several filesAndrew Gerrand
2015-03-10debug/dwarf: add unit tests for line table readerAustin Clements
2014-09-08build: move package sources from src/pkg to srcRuss Cox