aboutsummaryrefslogtreecommitdiff
path: root/src/debug/dwarf/entry_test.go
AgeCommit message (Expand)Author
2022-04-01debug/dwarf: better error handling in SeekPCThan McIntosh
2022-03-21debug/dwarf: better error detection in parseUnitsThan McIntosh
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
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-09-21debug/dwarf: speed up SkipChildren for compilation unitsDmitry Vyukov
2019-09-18debug/dwarf: expose CU byte orderAustin Clements
2017-10-17debug/dwarf: support 64-bit DWARF in byte order checkIan Lance Taylor
2016-03-22debug/dwarf: add Reader.SeekPC and Data.RangesIan Lance Taylor
2015-09-15debug/dwarf: add test for split DWARFAustin Clements