aboutsummaryrefslogtreecommitdiff
path: root/src/debug/dwarf/entry.go
AgeCommit message (Expand)Author
2025-10-17all: correct name for commentsJes Cok
2025-07-28all: omit unnecessary type conversionsJes Cok
2025-03-11debug/dwarf: read DWARF 5 cu base offsets on SeekPC() pathThan McIntosh
2025-03-10debug/dwarf: fix problem with DWARF 5 and Seek methodThan McIntosh
2025-03-10debug/dwarf: refactor entry DIE reading helperThan McIntosh
2023-10-18debug: add available godoc linkcui fliter
2023-03-18debug/dwarf: return ErrUnknownPC rather than nil on unknown PCJoel Sing
2022-11-05all: fix comment typosDan Kortschak
2022-10-01debug/dwarf: don't crash on negative range/rnglist offsetIan Lance Taylor
2022-09-27debug/dwarf: don't crash on invalid range/rnglist offsetIan Lance Taylor
2022-04-11all: gofmt main repoRuss Cox
2022-04-05all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc commentsRuss Cox
2022-04-01all: remove trailing blank doc comment linesRuss Cox
2022-04-01debug/dwarf: better error handling in SeekPCThan McIntosh
2022-03-06all: fix some typosDan Kortschak
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-11-15debug/dwarf: better error message when reading absent debug_line_strAlessandro Arzilli
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
2020-09-21debug/dwarf: speed up SkipChildren for compilation unitsDmitry Vyukov
2019-09-18debug/dwarf: expose CU byte orderAustin Clements
2019-09-03debug/dwarf: better handling for DW_FORM_indirectThan McIntosh
2019-09-03debug/dwarf, debug/elf: support DWARF 5Ian Lance Taylor
2018-02-15debug/dwarf: formStrp uses a 64-bit value for 64-bit DWARFIan Lance Taylor
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
2016-03-02all: single space after period.Brad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2016-02-24all: fix typos and spellingMartin Möhrmann
2015-09-15debug/dwarf: return ClassUnknown if attribute class cannot be determinedAustin Clements
2015-06-11all: fix misprints in commentsAinar Garipov
2015-05-07debug/dwarf: compute ByteSize for more DWARF typesJohn Dethridge
2015-04-12debug/dwarf: add Entry.AttrField method to get *Field by AttrAustin Clements
2015-04-12debug/dwarf: add DWARF attribute value class to FieldAustin Clements
2015-04-10debug/dwarf: document DWARF class -> Go type mappingAustin Clements
2015-03-24debug/dwarf, encoding/asn1, go/ast: fix old commentsMatthew Dempsky
2015-03-10debug/dwarf: factor finding unit containing entry offsetAustin Clements
2014-09-08build: move package sources from src/pkg to srcRuss Cox