aboutsummaryrefslogtreecommitdiff
path: root/src/debug/dwarf
AgeCommit message (Expand)Author
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