aboutsummaryrefslogtreecommitdiff
path: root/src/debug
AgeCommit message (Expand)Author
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
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