summaryrefslogtreecommitdiff
path: root/src/debug/dwarf
Commit message (Expand)AuthorAgeFilesLines
* all: remove unnecessary type conversionsMatthew Dempsky2016-04-153-4/+4
* debug/dwarf: add Reader.SeekPC and Data.RangesIan Lance Taylor2016-03-224-0/+246
* all: single space after period.Brad Fitzpatrick2016-03-026-15/+15
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-0111-11/+11
* all: fix typos and spellingMartin Möhrmann2016-02-241-1/+1
* debug/dwarf: fix nil pointer dereference in cyclic type structuresAustin Clements2016-01-145-8/+69
* debug/dwarf: add test for split DWARFAustin Clements2015-09-153-0/+41
* debug/dwarf: return ClassUnknown if attribute class cannot be determinedAustin Clements2015-09-152-7/+11
* all: remove executable bit from several filesAndrew Gerrand2015-09-042-0/+0
* all: fix misprints in commentsAinar Garipov2015-06-111-1/+1
* debug/dwarf: compute ByteSize for more DWARF typesJohn Dethridge2015-05-073-0/+22
* debug/dwarf: update class_string.go to add ClassReferenceSig using stringer.John Dethridge2015-04-271-2/+2
* debug/dwarf: add Entry.AttrField method to get *Field by AttrAustin Clements2015-04-121-2/+11
* debug/dwarf: add DWARF attribute value class to FieldAustin Clements2015-04-124-23/+242
* debug/dwarf: document DWARF class -> Go type mappingAustin Clements2015-04-101-0/+19
* debug/dwarf, encoding/asn1, go/ast: fix old commentsMatthew Dempsky2015-03-241-1/+1
* debug/dwarf: factor parsing of unit lengthsAustin Clements2015-03-114-32/+23
* debug/dwarf: add unit tests for line table readerAustin Clements2015-03-106-0/+251
* debug/dwarf: add support for line tablesAustin Clements2015-03-102-0/+625
* debug/dwarf: factor finding unit containing entry offsetAustin Clements2015-03-102-12/+27
* debug/dwarf: correct name for clang-generated complex typeRuss Cox2014-09-241-0/+11
* build: move package sources from src/pkg to srcRuss Cox2014-09-0812-0/+2271