aboutsummaryrefslogtreecommitdiff
path: root/src/debug/gosym
AgeCommit message (Expand)Author
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2020-08-18[dev.link] cmd/{compile,link}: remove pcdata tables from pclntab_oldJeremy Faller
2020-08-13[dev.link] debug/gosym: fix file mappingsJeremy Faller
2020-08-12[dev.link] cmd/link: stop renumbering files for pclntab generationJeremy Faller
2020-07-31[dev.link] create runtime.funcnametabJeremy Faller
2020-07-30[dev.link] cmd/link: add runtime.pcheaderJeremy Faller
2020-04-30debug/gosym: correct comments for Table.{Files,Objs}Ian Lance Taylor
2019-05-22all: shorten some testsRuss Cox
2019-04-30all: add new GOOS=illumos, split out of GOOS=solarisJoshua M. Clulow
2019-03-09debug/gosym: simplify parsing symbol name ruleLE Manh Cuong
2019-03-08internal/testenv: remove SetModVendorBryan C. Mills
2019-03-08gosym/pclntab: mark LineTable.LineToPC and LineTable.PCToLine as deprecatedkarthik nayak
2019-03-05all: add -mod=vendor to GOFLAGS in tests that execute 'go' commands within st...Bryan C. Mills
2019-01-09debug/gosym: remove outdated commentLE Manh Cuong
2018-11-12debug/gosym: use "go build" instead of hand-running asm and linkAustin Clements
2018-04-13debug/gosym: intern LineTable stringsJosh Bleecher Snyder
2017-11-30debug/gosym: update docs for changes in Go 1.3Hiroshi Ioka
2017-10-05all: revert "all: prefer strings.LastIndexByte over strings.LastIndex"Marvin Stenger
2017-10-05all: revert "all: prefer strings.IndexByte over strings.Index"Marvin Stenger
2017-09-27all: prefer strings.LastIndexByte over strings.LastIndexMarvin Stenger
2017-09-25all: prefer strings.IndexByte over strings.IndexMarvin Stenger
2016-12-01cmd/objdump: copy gosym.PCValue into internal packageKeith Randall
2016-08-30all: use testing.GoToolPath instead of "go"Keith Randall
2016-08-24cmd/objdump: implement objdump of .o filesKeith Randall
2016-05-17debug/gosym: parse remote packages correctlyAlessandro Arzilli
2016-05-09cmd/compile: add -linkobj flag to allow writing object file in two partsRuss Cox
2016-04-15all: remove unnecessary type conversionsMatthew Dempsky
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-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-27debug/gosym: fix TestPCLine on Plan 9David du Colombier
2015-10-07debug/gosym: clean up and modernize pclntab_testIan Lance Taylor
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-04-10debug/gosym: skip tests when .gosymtab section not foundMichael Hudson-Doyle
2015-03-14debug/gosym: fix typo in commentIan Lance Taylor
2015-03-02all: mv 5a old5a and so onRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox