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