summaryrefslogtreecommitdiff
path: root/src/debug/gosym
Commit message (Expand)AuthorAgeFilesLines
* cmd/objdump: copy gosym.PCValue into internal packageKeith Randall2016-12-011-7/+0
* all: use testing.GoToolPath instead of "go"Keith Randall2016-08-301-2/+2
* cmd/objdump: implement objdump of .o filesKeith Randall2016-08-241-3/+7
* debug/gosym: parse remote packages correctlyAlessandro Arzilli2016-05-172-5/+57
* cmd/compile: add -linkobj flag to allow writing object file in two partsRuss Cox2016-05-091-0/+16
* all: remove unnecessary type conversionsMatthew Dempsky2016-04-152-4/+4
* debug/gosym: accept PC quantum of 2 (for s390x)Michael Munday2016-04-121-1/+1
* debug/gosym: do not forget to close test binay file handle in TestPCLineAlex Brainman2016-04-051-0/+1
* all: delete dead test codeDominik Honnef2016-03-211-2/+0
* Rewrite leftover references to plan9.bell-labs.com to 9p.io.Muhammed Uluyol2016-03-061-1/+1
* all: single space after period.Brad Fitzpatrick2016-03-022-4/+4
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-013-3/+3
* debug/gosym: fix TestPCLine on Plan 9David du Colombier2016-02-271-1/+1
* debug/gosym: clean up and modernize pclntab_testIan Lance Taylor2015-10-071-27/+21
* debug/gosym: avoid calling the shell in testAlexis Imperial-Legrand2015-06-051-8/+8
* all: build and use go tool compile, go tool linkRuss Cox2015-05-211-1/+1
* debug/gosym: skip tests when .gosymtab section not foundMichael Hudson-Doyle2015-04-101-1/+5
* debug/gosym: fix typo in commentIan Lance Taylor2015-03-141-1/+1
* all: mv 5a old5a and so onRuss Cox2015-03-021-1/+1
* build: move package sources from src/pkg to srcRuss Cox2014-09-085-0/+1504