aboutsummaryrefslogtreecommitdiff
path: root/src/debug
AgeCommit message (Expand)Author
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
2017-09-25all: prefer strings.IndexByte over strings.IndexMarvin Stenger
2017-08-29debug/macho: add missing file flagsKunpei Sakai
2017-08-18all: unindent some big chunks of codeDaniel Martí
2017-08-17debug/macho: support LC_RPATHHiroshi Ioka
2017-08-17debug/macho: add comments for ambiguious LoadCommandHiroshi Ioka
2017-08-17debug/macho: make tests more comprehensiveHiroshi Ioka
2017-08-16debug/macho: rearrange codeHiroshi Ioka
2017-08-15debug/macho: make Type implements fmt.(Go)Stringer interfacesHiroshi Ioka
2017-08-14debug/macho: add relocation typesHiroshi Ioka
2017-08-14debug/macho: add some file flagsHiroshi Ioka
2017-05-26debug/dwarf: heuristically handle both UNIX and Windows pathsAustin Clements
2017-05-15cmd/link: actually generate .debug_gdb_scripts section on windowsAlex Brainman
2017-05-02cmd/internal/obj: fix LSym.Type during compilation, not linkingJosh Bleecher Snyder
2017-03-30debug/pe: add TestBuildingWindowsGUIAlex Brainman
2017-03-01cmd/link: write dwarf sectionsAlex Brainman
2017-02-16debug/pe: add test to check dwarf infoAlex Brainman
2016-12-01cmd/objdump: copy gosym.PCValue into internal packageKeith Randall
2016-11-17debug/pe: do not create symbol table if FileHeader.PointerToSymbolTable is 0Alex Brainman
2016-11-10debug/elf: SPARC64 relocation type is only 8 bitsIan Lance Taylor
2016-11-04all: make copyright headers consistent with one space after periodMichael Munday
2016-11-03debug/elf: add support for GOARCH=mips{,le}Vladimir Stefanovic
2016-10-17cmd/dist: use debug/pe directly for cmd/linkRuss Cox
2016-10-11debug/elf: add sparc64 relocationsJames Clarke
2016-08-30all: use testing.GoToolPath instead of "go"Keith Randall
2016-08-24cmd/objdump: implement objdump of .o filesKeith Randall
2016-08-23debug/macho: fix comment on Section64Michael Matloob