aboutsummaryrefslogtreecommitdiff
path: root/src/debug/dwarf/typeunit.go
AgeCommit message (Expand)Author
2025-03-10debug/dwarf: refactor entry DIE reading helperThan McIntosh
2023-10-18debug: add available godoc linkcui fliter
2019-09-03debug/dwarf: better handling for DW_FORM_indirectThan McIntosh
2019-09-03debug/dwarf, debug/elf: support DWARF 5Ian Lance Taylor
2017-10-17debug/dwarf: support 64-bit DWARF in byte order checkIan Lance Taylor
2016-04-15all: remove unnecessary type conversionsMatthew Dempsky
2016-03-02all: single space after period.Brad Fitzpatrick
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-05-07debug/dwarf: compute ByteSize for more DWARF typesJohn Dethridge
2015-04-12debug/dwarf: add DWARF attribute value class to FieldAustin Clements
2015-03-11debug/dwarf: factor parsing of unit lengthsAustin Clements
2014-09-08build: move package sources from src/pkg to srcRuss Cox