aboutsummaryrefslogtreecommitdiff
path: root/src/debug
AgeCommit message (Expand)Author
2015-04-10debug/gosym: skip tests when .gosymtab section not foundMichael Hudson-Doyle
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-14debug/elf: support reading debug info from 32-bit PPC objectsIan Lance Taylor
2015-03-14debug/gosym: fix typo in commentIan Lance Taylor
2015-03-11debug/dwarf: factor parsing of unit lengthsAustin Clements
2015-03-11debug/elf: fix arm buildDave Cheney
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
2015-03-10debug/macho, debug/pe: load DWARF line section and pass to dwarf.NewAustin Clements
2015-03-10debug/elf: load .debug_line section and pass to dwarf.NewAustin Clements
2015-03-10debug/elf: regularize DWARF section loadingAustin Clements
2015-03-02all: mv 5a old5a and so onRuss Cox
2014-12-05all: power64 is now ppc64Russ Cox
2014-11-20[dev.cc] all: merge default (e4ab8f908aac) into dev.ccRuss Cox
2014-11-16debug/goobj: move to cmd/internal/goobjRuss Cox
2014-11-14[dev.cc] all: merge dev.power64 (7667e41f3ced) into dev.ccRuss Cox
2014-11-10all: use golang.org/x/... import pathsAndrew Gerrand
2014-10-22[dev.power64] all: merge default into dev.power64Austin Clements
2014-10-22build: merge the great pkg/ rename into dev.power64Austin Clements
2014-10-21debug/pe: use appropriate type for sizeofOptionalHeader32Alex Brainman
2014-10-20debug/pe: remove use of unsafeRuss Cox
2014-10-09debug/elf: add comments explaining applyRelocations for amd64/arm64Ian Lance Taylor
2014-09-24debug/dwarf: correct name for clang-generated complex typeRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox