summaryrefslogtreecommitdiff
path: root/src/debug
Commit message (Expand)AuthorAgeFilesLines
* debug/elf: don't apply DWARF relocations for ET_EXEC binariesVictor Michel2021-06-141-0/+7
* debug/macho: fix a typo in macho.goitchyny2021-05-141-1/+1
* debug/dwarf: delay array type fixup to handle type cyclesThan McIntosh2021-05-131-20/+39
* all: do not test internal linking on windows/arm64Russ Cox2021-04-231-0/+4
* debug/dwarf: skip over zero-length compilation unitsRuss Cox2021-04-231-2/+6
* all: simplify the spelling of LinuxBrad Fitzpatrick2021-04-131-2/+2
* debug/pe: replace os.MkdirTemp with T.TempDirManlio Perillo2021-04-121-17/+4
* debug/dwarf: support DW_FORM_rnglistx aka formRnglistxIan Lance Taylor2021-03-175-5/+116
* all: remove duplicate wordsJohn Bampton2021-03-131-1/+1
* cmd/link,debug/elf: mips32, add .gnu.attributes and .MIPS.abiflags sectionsYunQiang Su2021-03-021-0/+2
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-201-0/+1
* debug/pe: recognize arm64 executablesRuss Cox2021-02-191-5/+10
* debug/dwarf: don't try to parse addr/rnglists headerIan Lance Taylor2020-12-146-151/+164
* all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox2020-12-093-12/+10
* cmd/link: emit include directories in DWARF line table prologueThan McIntosh2020-10-302-1/+13
* debug/dwarf: add support for DWARFv5 to (*Data).RangesAlessandro Arzilli2020-10-245-59/+317
* all: update references to symbols moved from io/ioutil to ioRuss Cox2020-10-201-1/+2
* [dev.link] Merge branch 'master' into dev.linkJeremy Faller2020-09-304-27/+261
|\
| * all: add GOOS=iosCherry Zhang2020-09-231-1/+1
| * debug/dwarf: speed up SkipChildren for compilation unitsDmitry Vyukov2020-09-212-4/+59
| * debug/elf: add many PT_ and DT_ constantsIan Lance Taylor2020-09-181-22/+201
* | [dev.link] all: merge branch 'master' into dev.linkCherry Zhang2020-09-115-301/+427
|\ \ | |/
| * debug/elf: support relocations relative to sections with non-zero addressesVictor Michel2020-08-315-51/+135
| * debug/elf: run relocation tests in parallelIan Lance Taylor2020-08-301-254/+296
* | [dev.link] cmd/{compile,link}: remove pcdata tables from pclntab_oldJeremy Faller2020-08-181-3/+7
* | [dev.link] debug/gosym: fix file mappingsJeremy Faller2020-08-131-13/+28
* | [dev.link] cmd/link: stop renumbering files for pclntab generationJeremy Faller2020-08-121-14/+38
|/
* [dev.link] create runtime.funcnametabJeremy Faller2020-07-311-12/+28
* [dev.link] cmd/link: add runtime.pcheaderJeremy Faller2020-07-303-33/+129
* debug/gosym: correct comments for Table.{Files,Objs}Ian Lance Taylor2020-04-301-2/+2
* debug/pe: improve testpoint error messageThan McIntosh2020-04-191-1/+1
* debug/pe: copy some consts from cmd/link/internal/ldAlex Brainman2020-03-102-6/+57
* all: base64-encode binaries that will cause Apple notarization to failAndrew2019-11-2117-11/+58
* all: fix a bunch of misspellingsVille Skyttä2019-11-152-3/+3
* debug/dwarf: call strings.EqualFold instead of calling Lower twiceVivek V2019-10-261-1/+1
* all: remove the nacl port (part 1)Brad Fitzpatrick2019-10-091-1/+1
* debug/dwarf: optimize buf.stringEmmanuel T Odeke2019-09-201-9/+10
* debug/dwarf: expose file name table from line table readerAustin Clements2019-09-182-6/+81
* debug/dwarf: expose CU byte orderAustin Clements2019-09-182-3/+23
* cmd/link: prefix Go syms with _ on darwinJeremy Faller2019-09-181-1/+6
* Revert "cmd/link: prefix syms with "_" on darwin links"Jeremy Faller2019-09-171-6/+1
* cmd/link: prefix syms with "_" on darwin linksJeremy Faller2019-09-171-1/+6
* debug/elf: apply more relocations when reading DWARF data sectionsThan McIntosh2019-09-171-43/+69
* src: gofmt -sAinar Garipov2019-09-091-1/+1
* all: fix typosAinar Garipov2019-09-081-1/+1
* debug/dwarf: better handling for DW_FORM_indirectThan McIntosh2019-09-032-4/+8
* debug/dwarf, debug/elf: support DWARF 5Ian Lance Taylor2019-09-037-51/+470
* debug/dwarf: add new constants defined in DWARF 5Ian Lance Taylor2019-09-034-102/+518
* debug/pe: enable parsing of variable length optional header in PE filePrashant Agrawal2019-08-293-73/+301
* debug/elf: add version information to all dynamic symbolsAustin Clements2019-07-052-9/+35