aboutsummaryrefslogtreecommitdiff
path: root/src/debug/gosym
AgeCommit message (Expand)Author
2025-11-26cmd/link, runtime, debug/gosym: move pclntab magic to internal/abiIan Lance Taylor
2025-11-04cmd/link: don't generate .gosymtab sectionIan Lance Taylor
2024-01-25debug/gosym: add detailed doc for text argument in NewLineTableZxilly
2023-10-18debug: add available godoc linkcui fliter
2022-09-07debug/gosym: rename nameoff to nameOff to match runtimeMichael Pratt
2022-08-09debug/gosym: fix missing symbol version for 1.2+ pclntabCuong Manh Le
2022-08-09all: use ":" for compiler generated symbolsCuong Manh Le
2022-07-19crypto/internal/nistec,debug/gosym: fix typosDan Kortschak
2022-04-01all: fix various doc comment formatting nitsRuss Cox
2022-03-23debug/gosym: skip non-real functions in LineToPC lookupCherry Mui
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-11-24cmd/internal/objfile, debug/gosym: use the address of runtime.text as textStartCherry Mui
2021-11-02debug/gosym: bulk allocate SymsJosh Bleecher Snyder
2021-10-11cmd/compile: adjust debug/gosym to deal with instantiated types/funcs/methodsDan Scales
2021-10-05cmd/link,runtime: remove functab relocationsJosh Bleecher Snyder
2021-10-04debug/gosym: add funcTab abstractionJosh Bleecher Snyder
2021-10-04debug/gosym: use sort.Search in findFuncJosh Bleecher Snyder
2021-09-30debug/gosym: run TestPCLine on Linux/AMD64 in short modeCherry Mui
2021-09-30debug/gosym: fix version check in file table accessCherry Mui
2021-09-29cmd/link, runtime: use offset for _func.entryJosh Bleecher Snyder
2021-09-29debug/gosym: refactor handling of funcdataJosh Bleecher Snyder
2021-09-29debug/gosym: add benchmarkJosh Bleecher Snyder
2021-09-29debug/gosym: adjust go12* method commentsJosh Bleecher Snyder
2021-09-29debug/gosym: add hook to disable recoversJosh Bleecher Snyder
2021-09-27debug/gosym: add pcHeader parsing helpersJosh Bleecher Snyder
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