index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
debug
Age
Commit message (
Expand
)
Author
2017-10-05
debug/elf: make safe for Go 1.4 compilers
Russ Cox
2017-09-27
debug/macho: fill Rpath.LoadBytes in NewFile
Hiroshi Ioka
2017-09-27
debug/macho: parse relocations
Hiroshi Ioka
2017-09-27
all: prefer strings.LastIndexByte over strings.LastIndex
Marvin Stenger
2017-09-25
all: prefer strings.IndexByte over strings.Index
Marvin Stenger
2017-08-29
debug/macho: add missing file flags
Kunpei Sakai
2017-08-18
all: unindent some big chunks of code
Daniel MartÃ
2017-08-17
debug/macho: support LC_RPATH
Hiroshi Ioka
2017-08-17
debug/macho: add comments for ambiguious LoadCommand
Hiroshi Ioka
2017-08-17
debug/macho: make tests more comprehensive
Hiroshi Ioka
2017-08-16
debug/macho: rearrange code
Hiroshi Ioka
2017-08-15
debug/macho: make Type implements fmt.(Go)Stringer interfaces
Hiroshi Ioka
2017-08-14
debug/macho: add relocation types
Hiroshi Ioka
2017-08-14
debug/macho: add some file flags
Hiroshi Ioka
2017-05-26
debug/dwarf: heuristically handle both UNIX and Windows paths
Austin Clements
2017-05-15
cmd/link: actually generate .debug_gdb_scripts section on windows
Alex Brainman
2017-05-02
cmd/internal/obj: fix LSym.Type during compilation, not linking
Josh Bleecher Snyder
2017-03-30
debug/pe: add TestBuildingWindowsGUI
Alex Brainman
2017-03-01
cmd/link: write dwarf sections
Alex Brainman
2017-02-16
debug/pe: add test to check dwarf info
Alex Brainman
2016-12-01
cmd/objdump: copy gosym.PCValue into internal package
Keith Randall
2016-11-17
debug/pe: do not create symbol table if FileHeader.PointerToSymbolTable is 0
Alex Brainman
2016-11-10
debug/elf: SPARC64 relocation type is only 8 bits
Ian Lance Taylor
2016-11-04
all: make copyright headers consistent with one space after period
Michael Munday
2016-11-03
debug/elf: add support for GOARCH=mips{,le}
Vladimir Stefanovic
2016-10-17
cmd/dist: use debug/pe directly for cmd/link
Russ Cox
2016-10-11
debug/elf: add sparc64 relocations
James Clarke
2016-08-30
all: use testing.GoToolPath instead of "go"
Keith Randall
2016-08-24
cmd/objdump: implement objdump of .o files
Keith Randall
2016-08-23
debug/macho: fix comment on Section64
Michael Matloob
2016-08-18
debug/pe: revert CL 22720
Alex Brainman
2016-06-19
debug/pe: handle files with no string table
Alex Brainman
2016-05-17
debug/gosym: parse remote packages correctly
Alessandro Arzilli
2016-05-09
cmd/compile: add -linkobj flag to allow writing object file in two parts
Russ Cox
2016-05-06
all: use SeekStart, SeekCurrent, SeekEnd
Joe Tsai
2016-05-05
debug/pe: unexport newly introduced identifiers
Alex Brainman
2016-05-02
all: make copyright headers consistent with one space after period
Emmanuel Odeke
2016-04-29
debug/pe: .bss section must contain only zeros
Alex Brainman
2016-04-25
debug/pe: better error messages
Alex Brainman
2016-04-24
debug/pe: introduce File.COFFSymbols and (*COFFSymbol).FullName
Alex Brainman
2016-04-21
debug/pe: introduce Section.Relocs
Alex Brainman
2016-04-21
debug/pe: update cstring documentation
Alex Brainman
2016-04-21
debug/pe: pretty section.go code
Alex Brainman
2016-04-20
debug/pe: move some code into section.go and symbol.go
Alex Brainman
2016-04-20
debug/pe: introduce StringTable type
Alex Brainman
2016-04-20
debug/pe: add some documentation and TODO
Alex Brainman
2016-04-15
all: remove unnecessary type conversions
Matthew Dempsky
2016-04-13
all: use new io.SeekFoo constants instead of os.SEEK_FOO
Brad Fitzpatrick
2016-04-12
debug/gosym: accept PC quantum of 2 (for s390x)
Michael Munday
2016-04-05
debug/gosym: do not forget to close test binay file handle in TestPCLine
Alex Brainman
[prev]
[next]