aboutsummaryrefslogtreecommitdiff
path: root/src/debug
AgeCommit message (Expand)Author
2021-10-29[release-branch.go1.16] debug/macho: fail on invalid dynamic symbol table com...Roland Shoemaker
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
2020-04-30debug/gosym: correct comments for Table.{Files,Objs}Ian Lance Taylor
2020-04-19debug/pe: improve testpoint error messageThan McIntosh
2020-03-10debug/pe: copy some consts from cmd/link/internal/ldAlex Brainman
2019-11-21all: base64-encode binaries that will cause Apple notarization to failAndrew
2019-11-15all: fix a bunch of misspellingsVille Skyttä
2019-10-26debug/dwarf: call strings.EqualFold instead of calling Lower twiceVivek V
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
2019-09-20debug/dwarf: optimize buf.stringEmmanuel T Odeke
2019-09-18debug/dwarf: expose file name table from line table readerAustin Clements
2019-09-18debug/dwarf: expose CU byte orderAustin Clements
2019-09-18cmd/link: prefix Go syms with _ on darwinJeremy Faller
2019-09-17Revert "cmd/link: prefix syms with "_" on darwin links"Jeremy Faller
2019-09-17cmd/link: prefix syms with "_" on darwin linksJeremy Faller
2019-09-17debug/elf: apply more relocations when reading DWARF data sectionsThan McIntosh
2019-09-09src: gofmt -sAinar Garipov
2019-09-08all: fix typosAinar Garipov
2019-09-03debug/dwarf: better handling for DW_FORM_indirectThan McIntosh
2019-09-03debug/dwarf, debug/elf: support DWARF 5Ian Lance Taylor
2019-09-03debug/dwarf: add new constants defined in DWARF 5Ian Lance Taylor
2019-08-29debug/pe: enable parsing of variable length optional header in PE filePrashant Agrawal
2019-07-05debug/elf: add version information to all dynamic symbolsAustin Clements
2019-06-19cmd/link: fix stale link to MachO file format reference in commentThan McIntosh
2019-05-22all: shorten some testsRuss Cox
2019-05-06all: simplify code using "gofmt -s -w"Shulhan
2019-04-30all: add new GOOS=illumos, split out of GOOS=solarisJoshua M. Clulow
2019-03-15debug/dwarf: more graceful handling of unsupported typesThan McIntosh
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-03-01debug/elf: perform stricter section header table checks in NewFileTobias Klauser
2019-02-27debug/pe: prevent slice out of bounds access in (*File).ImportedSymbolsTobias Klauser