summaryrefslogtreecommitdiff
path: root/src/debug
Commit message (Expand)AuthorAgeFilesLines
* 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
* debug/pe: correct TestImportTableInUnknownSection error messageAlex Brainman2018-11-271-2/+3
* debug/pe: use kernel32.dll in TestImportTableInUnknownSectionAlex Brainman2018-11-241-6/+3
* debug/gosym: use "go build" instead of hand-running asm and linkAustin Clements2018-11-124-43/+19
* all: skip unsupported tests on AIXClément Chigot2018-11-021-1/+1
* debug/plan9obj: simplify s[:] to s whereOlgaVlPetrova2018-10-131-1/+1
* debug/pe: fix TestDWARF to work with relocationsJordan Rhee2018-10-051-6/+71
* debug/pe: skip a test on windows/armBrad Fitzpatrick2018-10-041-1/+5
* debug/elf: add R_RISCV_32_PCREL relocationTobias Klauser2018-09-071-0/+2
* debug/pe: support windows/armJordan Rhee2018-08-202-1/+2
* debug/elf,macho,pe: support compressed DWARFHeschi Kreinick2018-06-193-40/+174
* debug/pe: add IMAGE_FILE_MACHINE_ARM64Brad Fitzpatrick2018-06-071-0/+1
* all: regenerate stringer filesTim Cooper2018-05-291-5/+5
* debug/pe: gofmtTobias Klauser2018-05-232-19/+18
* debug/pe: parse the import directory correctlyAli Rizvi-Santiago2018-05-193-3/+91