aboutsummaryrefslogtreecommitdiff
path: root/src/debug
AgeCommit message (Expand)Author
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
2018-05-16cmd/internal/objfile, debug/macho: support disassembling arm64 Mach-O objectsTobias Klauser
2018-05-08debug/elf: add machine and OSABI constantsTobias Klauser
2018-04-30all: skip unsupported tests for js/wasmRichard Musiol
2018-04-18debug/elf: add riscv64 relocationsTobias Klauser
2018-04-17debug/elf: enable TestNoSectionOverlaps on *bsd and solarisTobias Klauser
2018-04-13debug/gosym: intern LineTable stringsJosh Bleecher Snyder
2018-04-10debug/elf: add missing EM_AARCH64 to machineStringsTobias Klauser
2018-03-07debug/pe: use bytes.IndexByte instead of a loopTobias Klauser
2018-03-06debug/macho: use bytes.IndexByte instead of a loopJosh Bleecher Snyder
2018-02-19all: add more uses of stringerDaniel Martí
2018-02-15debug/dwarf: formStrp uses a 64-bit value for 64-bit DWARFIan Lance Taylor
2017-11-30debug/gosym: update docs for changes in Go 1.3Hiroshi Ioka
2017-10-18debug/dwarf: clarify StructField.ByteSize docHeschi Kreinick
2017-10-17debug/dwarf: support 64-bit DWARF in byte order checkIan Lance Taylor
2017-10-11debug/elf: add relocation constantsDavid Crawshaw
2017-10-05all: revert "all: prefer strings.LastIndexByte over strings.LastIndex"Marvin Stenger
2017-10-05all: revert "all: prefer strings.IndexByte over strings.Index"Marvin Stenger
2017-10-05debug/elf: make safe for Go 1.4 compilersRuss Cox
2017-09-27debug/macho: fill Rpath.LoadBytes in NewFileHiroshi Ioka
2017-09-27debug/macho: parse relocationsHiroshi Ioka
2017-09-27all: prefer strings.LastIndexByte over strings.LastIndexMarvin Stenger