aboutsummaryrefslogtreecommitdiff
path: root/src/debug
AgeCommit message (Expand)Author
2022-01-14debug/elf: do not read unrelated bytes for SHT_NOBITS sectionsAlessandro Arzilli
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-12-08debug/buildinfo: update test for CL 369977Bryan C. Mills
2021-12-07cmd/link, cmd/go: make version info easier to extractRuss Cox
2021-11-30cmd/go: adjust BuildInfo.SettingsRuss Cox
2021-11-24cmd/internal/objfile, debug/gosym: use the address of runtime.text as textStartCherry Mui
2021-11-16debug/pe,debug/macho: add support for DWARF5 sectionsAlessandro Arzilli
2021-11-15debug/dwarf: better error message when reading absent debug_line_strAlessandro Arzilli
2021-11-06all: remove more leftover // +build linesTobias Klauser
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