summaryrefslogtreecommitdiff
path: root/src/debug
Commit message (Expand)AuthorAgeFilesLines
* 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
* cmd/link: fix stale link to MachO file format reference in commentThan McIntosh2019-06-191-1/+6
* all: shorten some testsRuss Cox2019-05-221-0/+3
* all: simplify code using "gofmt -s -w"Shulhan2019-05-061-3/+3
* all: add new GOOS=illumos, split out of GOOS=solarisJoshua M. Clulow2019-04-301-1/+1
* debug/dwarf: more graceful handling of unsupported typesThan McIntosh2019-03-154-0/+118
* debug/gosym: simplify parsing symbol name ruleLE Manh Cuong2019-03-092-3/+26
* internal/testenv: remove SetModVendorBryan C. Mills2019-03-081-2/+0
* gosym/pclntab: mark LineTable.LineToPC and LineTable.PCToLine as deprecatedkarthik nayak2019-03-081-2/+4
* all: add -mod=vendor to GOFLAGS in tests that execute 'go' commands within st...Bryan C. Mills2019-03-051-0/+2
* debug/elf: perform stricter section header table checks in NewFileTobias Klauser2019-03-012-2/+16
* debug/pe: prevent slice out of bounds access in (*File).ImportedSymbolsTobias Klauser2019-02-272-1/+31
* debug/pe: omit panic in (*File).ImportedSymbols on empty optional headersTobias Klauser2019-02-272-0/+24
* debug/gosym: remove outdated commentLE Manh Cuong2019-01-091-5/+0
* all: use "reports whether" consistently instead of "returns whether"Tobias Klauser2018-12-021-1/+1
* debug/pe: use ws2_32.dll in TestImportTableInUnknownSectionAlex Brainman2018-11-291-2/+2