summaryrefslogtreecommitdiff
path: root/src/debug
Commit message (Expand)AuthorAgeFilesLines
* debug/dwarf: heuristically handle both UNIX and Windows pathsAustin Clements2017-05-265-4/+176
* cmd/link: actually generate .debug_gdb_scripts section on windowsAlex Brainman2017-05-151-0/+10
* cmd/internal/obj: fix LSym.Type during compilation, not linkingJosh Bleecher Snyder2017-05-021-1/+1
* debug/pe: add TestBuildingWindowsGUIAlex Brainman2017-03-301-0/+46
* cmd/link: write dwarf sectionsAlex Brainman2017-03-011-2/+0
* debug/pe: add test to check dwarf infoAlex Brainman2017-02-162-12/+106
* cmd/objdump: copy gosym.PCValue into internal packageKeith Randall2016-12-011-7/+0
* debug/pe: do not create symbol table if FileHeader.PointerToSymbolTable is 0Alex Brainman2016-11-171-0/+3
* debug/elf: SPARC64 relocation type is only 8 bitsIan Lance Taylor2016-11-101-1/+1
* all: make copyright headers consistent with one space after periodMichael Munday2016-11-041-1/+1
* debug/elf: add support for GOARCH=mips{,le}Vladimir Stefanovic2016-11-034-1/+79
* cmd/dist: use debug/pe directly for cmd/linkRuss Cox2016-10-174-5/+8
* debug/elf: add sparc64 relocationsJames Clarke2016-10-113-0/+66
* all: use testing.GoToolPath instead of "go"Keith Randall2016-08-302-3/+3
* cmd/objdump: implement objdump of .o filesKeith Randall2016-08-241-3/+7
* debug/macho: fix comment on Section64Michael Matloob2016-08-231-1/+1
* debug/pe: revert CL 22720Alex Brainman2016-08-184-22/+22
* debug/pe: handle files with no string tableAlex Brainman2016-06-193-0/+38
* debug/gosym: parse remote packages correctlyAlessandro Arzilli2016-05-172-5/+57
* cmd/compile: add -linkobj flag to allow writing object file in two partsRuss Cox2016-05-091-0/+16
* all: use SeekStart, SeekCurrent, SeekEndJoe Tsai2016-05-062-7/+7
* debug/pe: unexport newly introduced identifiersAlex Brainman2016-05-054-22/+22
* all: make copyright headers consistent with one space after periodEmmanuel Odeke2016-05-021-1/+1
* debug/pe: .bss section must contain only zerosAlex Brainman2016-04-292-1/+89
* debug/pe: better error messagesAlex Brainman2016-04-251-4/+7
* debug/pe: introduce File.COFFSymbols and (*COFFSymbol).FullNameAlex Brainman2016-04-243-43/+83
* debug/pe: introduce Section.RelocsAlex Brainman2016-04-212-0/+35
* debug/pe: update cstring documentationAlex Brainman2016-04-211-3/+2
* debug/pe: pretty section.go codeAlex Brainman2016-04-212-10/+27
* debug/pe: move some code into section.go and symbol.goAlex Brainman2016-04-204-71/+85
* debug/pe: introduce StringTable typeAlex Brainman2016-04-202-7/+73
* debug/pe: add some documentation and TODOAlex Brainman2016-04-201-25/+27
* all: remove unnecessary type conversionsMatthew Dempsky2016-04-157-26/+26
* all: use new io.SeekFoo constants instead of os.SEEK_FOOBrad Fitzpatrick2016-04-132-8/+8
* debug/gosym: accept PC quantum of 2 (for s390x)Michael Munday2016-04-121-1/+1
* debug/gosym: do not forget to close test binay file handle in TestPCLineAlex Brainman2016-04-051-0/+1
* all: fix spelling mistakesEric Engestrom2016-04-031-1/+1
* debug/elf: deflake file_test.goJoe Tsai2016-03-301-1/+1
* debug/elf: add s390x relocationsMichael Munday2016-03-294-0/+204
* all: delete dead non-test codeDominik Honnef2016-03-251-23/+0
* all: zero mtimes in testdata gz filesCaleb Spare2016-03-251-0/+0
* debug/dwarf: add Reader.SeekPC and Data.RangesIan Lance Taylor2016-03-227-8/+254
* all: delete dead test codeDominik Honnef2016-03-211-2/+0
* Rewrite leftover references to plan9.bell-labs.com to 9p.io.Muhammed Uluyol2016-03-061-1/+1
* all: single space after period.Brad Fitzpatrick2016-03-029-21/+21
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-0128-28/+28
* all: remove public named return values when uselessBrad Fitzpatrick2016-02-291-3/+3
* debug/gosym: fix TestPCLine on Plan 9David du Colombier2016-02-271-1/+1
* all: fix typos and spellingMartin Möhrmann2016-02-241-1/+1
* debug/dwarf: fix nil pointer dereference in cyclic type structuresAustin Clements2016-01-145-8/+69