summaryrefslogtreecommitdiff
path: root/src/debug/dwarf/entry.go
Commit message (Expand)AuthorAgeFilesLines
* debug/dwarf: add support for DWARFv5 to (*Data).RangesAlessandro Arzilli2020-10-241-55/+179
* debug/dwarf: speed up SkipChildren for compilation unitsDmitry Vyukov2020-09-211-4/+17
* debug/dwarf: expose CU byte orderAustin Clements2019-09-181-0/+6
* debug/dwarf: better handling for DW_FORM_indirectThan McIntosh2019-09-031-3/+7
* debug/dwarf, debug/elf: support DWARF 5Ian Lance Taylor2019-09-031-11/+206
* debug/dwarf: formStrp uses a 64-bit value for 64-bit DWARFIan Lance Taylor2018-02-151-1/+12
* debug/dwarf: support 64-bit DWARF in byte order checkIan Lance Taylor2017-10-171-2/+2
* debug/dwarf: add Reader.SeekPC and Data.RangesIan Lance Taylor2016-03-221-0/+120
* all: single space after period.Brad Fitzpatrick2016-03-021-4/+4
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-011-1/+1
* all: fix typos and spellingMartin Möhrmann2016-02-241-1/+1
* debug/dwarf: return ClassUnknown if attribute class cannot be determinedAustin Clements2015-09-151-3/+8
* all: fix misprints in commentsAinar Garipov2015-06-111-1/+1
* debug/dwarf: compute ByteSize for more DWARF typesJohn Dethridge2015-05-071-0/+7
* 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-121-19/+221
* 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 finding unit containing entry offsetAustin Clements2015-03-101-11/+6
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+401