aboutsummaryrefslogtreecommitdiff
path: root/src/debug
AgeCommit message (Expand)Author
2016-03-29debug/elf: add s390x relocationsMichael Munday
2016-03-25all: delete dead non-test codeDominik Honnef
2016-03-25all: zero mtimes in testdata gz filesCaleb Spare
2016-03-22debug/dwarf: add Reader.SeekPC and Data.RangesIan Lance Taylor
2016-03-21all: delete dead test codeDominik Honnef
2016-03-06Rewrite leftover references to plan9.bell-labs.com to 9p.io.Muhammed Uluyol
2016-03-02all: single space after period.Brad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2016-02-29all: remove public named return values when uselessBrad Fitzpatrick
2016-02-27debug/gosym: fix TestPCLine on Plan 9David du Colombier
2016-02-24all: fix typos and spellingMartin Möhrmann
2016-01-14debug/dwarf: fix nil pointer dereference in cyclic type structuresAustin Clements
2015-12-18debug/elf: rename Chdr64.Reserved to _Austin Clements
2015-12-03debug/elf: transparently decompress compressed sectionsAustin Clements
2015-12-03dwbug/elf: support old-style compressed DWARFAustin Clements
2015-11-12debug/elf: added MIPS ELF relocationsYao Zhang
2015-10-07debug/gosym: clean up and modernize pclntab_testIan Lance Taylor
2015-09-15debug/dwarf: add test for split DWARFAustin Clements
2015-09-15debug/dwarf: return ClassUnknown if attribute class cannot be determinedAustin Clements
2015-09-04all: remove executable bit from several filesAndrew Gerrand
2015-08-25debug/elf: map/slice literals janitoringDidier Spezia
2015-07-28all: cleanup usage of dashes in package documentationMatthew Dempsky
2015-07-10debug/pe: truncate pe sections to their size in memoryAlex Brainman
2015-06-26debug/elf: change R_ARM_REL32 to R_ARM_ABS32 in applyRelocationsARMIan Lance Taylor
2015-06-11all: fix misprints in commentsAinar Garipov
2015-06-05debug/gosym: avoid calling the shell in testAlexis Imperial-Legrand
2015-05-21all: build and use go tool compile, go tool linkRuss Cox
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/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