summaryrefslogtreecommitdiff
path: root/src/pkg/debug/dwarf/const.go
Commit message (Expand)AuthorAgeFilesLines
* dwarf: add extensions for multi-file compression (.dwz)Dhiru Kholia2014-03-111-0/+4
* debug/dwarf, debug/elf: add support for reading DWARF 4 type infoIan Lance Taylor2014-01-271-9/+22
* debug/dwarf: add DWARF 4 form constantsRuss Cox2013-10-291-0/+3
* debug/dwarf: add flag_present attribute encoding.Robin Eklind2013-02-201-0/+1
* use new strconv APIRuss Cox2011-12-051-2/+2
* gofmt: experiment: align values in map composites where possibleRobert Griesemer2010-03-021-124/+124
* 1) Change default gofmt default settings forRobert Griesemer2009-12-151-222/+222
* remove semis after statements in one-statement statement listsRobert Griesemer2009-11-091-4/+4
* gofmt'ed debugRobert Griesemer2009-11-051-1/+1
* gofmt on crypto, debugRuss Cox2009-10-061-220/+220
* parse and present DWARF type informationRuss Cox2009-09-161-0/+81
* basic DWARF reading.Russ Cox2009-09-151-0/+352