aboutsummaryrefslogtreecommitdiff
path: root/src/debug/dwarf
AgeCommit message (Expand)Author
2021-05-13debug/dwarf: delay array type fixup to handle type cyclesThan McIntosh
2021-04-23debug/dwarf: skip over zero-length compilation unitsRuss Cox
2021-03-17debug/dwarf: support DW_FORM_rnglistx aka formRnglistxIan Lance Taylor
2021-03-13all: remove duplicate wordsJohn Bampton
2020-12-14debug/dwarf: don't try to parse addr/rnglists headerIan Lance Taylor
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-10-30cmd/link: emit include directories in DWARF line table prologueThan McIntosh
2020-10-24debug/dwarf: add support for DWARFv5 to (*Data).RangesAlessandro Arzilli
2020-09-21debug/dwarf: speed up SkipChildren for compilation unitsDmitry Vyukov
2019-10-26debug/dwarf: call strings.EqualFold instead of calling Lower twiceVivek V
2019-09-20debug/dwarf: optimize buf.stringEmmanuel T Odeke
2019-09-18debug/dwarf: expose file name table from line table readerAustin Clements
2019-09-18debug/dwarf: expose CU byte orderAustin Clements
2019-09-09src: gofmt -sAinar Garipov
2019-09-03debug/dwarf: better handling for DW_FORM_indirectThan McIntosh
2019-09-03debug/dwarf, debug/elf: support DWARF 5Ian Lance Taylor
2019-09-03debug/dwarf: add new constants defined in DWARF 5Ian Lance Taylor
2019-03-15debug/dwarf: more graceful handling of unsupported typesThan McIntosh
2018-12-02all: use "reports whether" consistently instead of "returns whether"Tobias Klauser
2018-02-19all: add more uses of stringerDaniel Martí
2018-02-15debug/dwarf: formStrp uses a 64-bit value for 64-bit DWARFIan Lance Taylor
2017-10-18debug/dwarf: clarify StructField.ByteSize docHeschi Kreinick
2017-10-17debug/dwarf: support 64-bit DWARF in byte order checkIan Lance Taylor
2017-08-18all: unindent some big chunks of codeDaniel Martí
2017-05-26debug/dwarf: heuristically handle both UNIX and Windows pathsAustin Clements
2016-04-15all: remove unnecessary type conversionsMatthew Dempsky
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
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-15debug/dwarf: return ClassUnknown if attribute class cannot be determinedAustin Clements
2015-09-04all: remove executable bit from several filesAndrew Gerrand
2015-06-11all: fix misprints in commentsAinar Garipov
2015-05-07debug/dwarf: compute ByteSize for more DWARF typesJohn Dethridge
2015-04-27debug/dwarf: update class_string.go to add ClassReferenceSig using stringer.John 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-11debug/dwarf: factor parsing of unit lengthsAustin Clements
2015-03-10debug/dwarf: add unit tests for line table readerAustin Clements
2015-03-10debug/dwarf: add support for line tablesAustin Clements
2015-03-10debug/dwarf: factor finding unit containing entry offsetAustin Clements
2014-09-24debug/dwarf: correct name for clang-generated complex typeRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox