aboutsummaryrefslogtreecommitdiff
path: root/src/debug
AgeCommit message (Expand)Author
2016-05-09cmd/compile: add -linkobj flag to allow writing object file in two partsRuss Cox
2016-05-06all: use SeekStart, SeekCurrent, SeekEndJoe Tsai
2016-05-05debug/pe: unexport newly introduced identifiersAlex Brainman
2016-05-02all: make copyright headers consistent with one space after periodEmmanuel Odeke
2016-04-29debug/pe: .bss section must contain only zerosAlex Brainman
2016-04-25debug/pe: better error messagesAlex Brainman
2016-04-24debug/pe: introduce File.COFFSymbols and (*COFFSymbol).FullNameAlex Brainman
2016-04-21debug/pe: introduce Section.RelocsAlex Brainman
2016-04-21debug/pe: update cstring documentationAlex Brainman
2016-04-21debug/pe: pretty section.go codeAlex Brainman
2016-04-20debug/pe: move some code into section.go and symbol.goAlex Brainman
2016-04-20debug/pe: introduce StringTable typeAlex Brainman
2016-04-20debug/pe: add some documentation and TODOAlex Brainman
2016-04-15all: remove unnecessary type conversionsMatthew Dempsky
2016-04-13all: use new io.SeekFoo constants instead of os.SEEK_FOOBrad Fitzpatrick
2016-04-12debug/gosym: accept PC quantum of 2 (for s390x)Michael Munday
2016-04-05debug/gosym: do not forget to close test binay file handle in TestPCLineAlex Brainman
2016-04-03all: fix spelling mistakesEric Engestrom
2016-03-30debug/elf: deflake file_test.goJoe Tsai
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