aboutsummaryrefslogtreecommitdiff
path: root/src/debug
AgeCommit message (Expand)Author
2022-04-25debug/pe: fix off by one error in valid symbol index testThan McIntosh
2022-04-15debug/pe: read string table in 10M chunksIan Lance Taylor
2022-04-14debug/dwarf: better stmt list attr checking in LineReaderThan McIntosh
2022-04-11all: gofmt main repoRuss Cox
2022-04-05all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc commentsRuss Cox
2022-04-04debug: define ELF relocation for loong64Xiaodong Liu
2022-04-01all: remove trailing blank doc comment linesRuss Cox
2022-04-01all: fix various doc comment formatting nitsRuss Cox
2022-04-01debug/dwarf: better error handling in SeekPCThan McIntosh
2022-04-01debug/elf: ajdust SectionOverlap test for proper fieldsMeng Zhuo
2022-03-31debug/pe: skip TestReadCOFFSymbolAuxInfo on big-endian systemsThan McIntosh
2022-03-31debug/pe: add APIs for reading section def aux infoThan McIntosh
2022-03-31debug/elf: check for negative shoff and phoff fieldsIan Lance Taylor
2022-03-23debug/gosym: skip non-real functions in LineToPC lookupCherry Mui
2022-03-21debug/dwarf: better error detection in parseUnitsThan McIntosh
2022-03-16cmd/link: default generic ABI compression for ELFMeng Zhuo
2022-03-14debug/buildinfo: use testenv.GoToolPath in tests instead of resolving "go" fr...Bryan C. Mills
2022-03-06all: fix some typosDan Kortschak
2022-02-09runtime/debug: replace (*BuildInfo).Marshal methods with Parse and StringBryan C. Mills
2022-01-28debug/dwarf: fix problems with handling of bit offsets for bitfieldsThan McIntosh
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