aboutsummaryrefslogtreecommitdiff
path: root/src/debug
AgeCommit message (Expand)Author
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
2016-08-18debug/pe: revert CL 22720Alex Brainman
2016-06-19debug/pe: handle files with no string tableAlex Brainman
2016-05-17debug/gosym: parse remote packages correctlyAlessandro Arzilli
2016-05-09cmd/compile: add -linkobj flag to allow writing object file in two partsRuss Cox
2016-05-06all: use SeekStart, SeekCurrent, SeekEndJoe Tsai
2016-05-05debug/pe: unexport newly introduced identifiersAlex Brainman
2016-05-02all: make copyright headers consistent with one space after periodEmmanuel Odeke
2016-04-29debug/pe: .bss section must contain only zerosAlex Brainman
2016-04-25debug/pe: better error messagesAlex Brainman
2016-04-24debug/pe: introduce File.COFFSymbols and (*COFFSymbol).FullNameAlex Brainman
2016-04-21debug/pe: introduce Section.RelocsAlex Brainman
2016-04-21debug/pe: update cstring documentationAlex Brainman
2016-04-21debug/pe: pretty section.go codeAlex Brainman
2016-04-20debug/pe: move some code into section.go and symbol.goAlex Brainman
2016-04-20debug/pe: introduce StringTable typeAlex Brainman
2016-04-20debug/pe: add some documentation and TODOAlex Brainman
2016-04-15all: remove unnecessary type conversionsMatthew Dempsky
2016-04-13all: use new io.SeekFoo constants instead of os.SEEK_FOOBrad Fitzpatrick
2016-04-12debug/gosym: accept PC quantum of 2 (for s390x)Michael Munday
2016-04-05debug/gosym: do not forget to close test binay file handle in TestPCLineAlex Brainman