aboutsummaryrefslogtreecommitdiff
path: root/src/debug
AgeCommit message (Expand)Author
2021-11-05debug/plan9obj: export ErrNoSymbolsDan Kortschak
2021-11-05cmd/link: enable internal linking of PIE binaries on ppc64lePaul E. Murphy
2021-11-02debug/gosym: bulk allocate SymsJosh Bleecher Snyder
2021-10-28debug/macho: fail on invalid dynamic symbol table commandRoland Shoemaker
2021-10-14debug/buildinfo: fix test for build settingsJay Conrod
2021-10-14runtime/debug: add GoVersion to BuildInfoJay Conrod
2021-10-14debug/buildinfo: new package with Read and ReadFileJay Conrod
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
2021-09-10debug/elf: retain original error message when getSymbols fails.Florin Papa
2021-09-02debug/dwarf: check for DWARFv4 AttrDataBitOffset valueJoe Sylve
2021-06-14debug/elf: don't apply DWARF relocations for ET_EXEC binariesVictor Michel
2021-05-14debug/macho: fix a typo in macho.goitchyny
2021-05-13debug/dwarf: delay array type fixup to handle type cyclesThan McIntosh
2021-04-23all: do not test internal linking on windows/arm64Russ Cox
2021-04-23debug/dwarf: skip over zero-length compilation unitsRuss Cox
2021-04-13all: simplify the spelling of LinuxBrad Fitzpatrick
2021-04-12debug/pe: replace os.MkdirTemp with T.TempDirManlio Perillo
2021-03-17debug/dwarf: support DW_FORM_rnglistx aka formRnglistxIan Lance Taylor
2021-03-13all: remove duplicate wordsJohn Bampton
2021-03-02cmd/link,debug/elf: mips32, add .gnu.attributes and .MIPS.abiflags sectionsYunQiang Su
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2021-02-19debug/pe: recognize arm64 executablesRuss Cox
2020-12-14debug/dwarf: don't try to parse addr/rnglists headerIan Lance Taylor
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-10-30cmd/link: emit include directories in DWARF line table prologueThan McIntosh
2020-10-24debug/dwarf: add support for DWARFv5 to (*Data).RangesAlessandro Arzilli
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2020-09-30[dev.link] Merge branch 'master' into dev.linkJeremy Faller
2020-09-23all: add GOOS=iosCherry Zhang
2020-09-21debug/dwarf: speed up SkipChildren for compilation unitsDmitry Vyukov
2020-09-18debug/elf: add many PT_ and DT_ constantsIan Lance Taylor
2020-09-11[dev.link] all: merge branch 'master' into dev.linkCherry Zhang
2020-08-31debug/elf: support relocations relative to sections with non-zero addressesVictor Michel
2020-08-30debug/elf: run relocation tests in parallelIan Lance Taylor
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