aboutsummaryrefslogtreecommitdiff
path: root/src/debug
AgeCommit message (Expand)Author
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
2019-02-27debug/pe: omit panic in (*File).ImportedSymbols on empty optional headersTobias Klauser
2019-01-09debug/gosym: remove outdated commentLE Manh Cuong
2018-12-02all: use "reports whether" consistently instead of "returns whether"Tobias Klauser
2018-11-29debug/pe: use ws2_32.dll in TestImportTableInUnknownSectionAlex Brainman
2018-11-27debug/pe: correct TestImportTableInUnknownSection error messageAlex Brainman
2018-11-24debug/pe: use kernel32.dll in TestImportTableInUnknownSectionAlex Brainman
2018-11-12debug/gosym: use "go build" instead of hand-running asm and linkAustin Clements
2018-11-02all: skip unsupported tests on AIXClément Chigot
2018-10-13debug/plan9obj: simplify s[:] to s whereOlgaVlPetrova
2018-10-05debug/pe: fix TestDWARF to work with relocationsJordan Rhee
2018-10-04debug/pe: skip a test on windows/armBrad Fitzpatrick
2018-09-07debug/elf: add R_RISCV_32_PCREL relocationTobias Klauser
2018-08-20debug/pe: support windows/armJordan Rhee
2018-06-19debug/elf,macho,pe: support compressed DWARFHeschi Kreinick
2018-06-07debug/pe: add IMAGE_FILE_MACHINE_ARM64Brad Fitzpatrick
2018-05-29all: regenerate stringer filesTim Cooper
2018-05-23debug/pe: gofmtTobias Klauser
2018-05-19debug/pe: parse the import directory correctlyAli Rizvi-Santiago