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
/
pe
Age
Commit message (
Expand
)
Author
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-11-17
debug/pe: do not create symbol table if FileHeader.PointerToSymbolTable is 0
Alex Brainman
2016-11-04
all: make copyright headers consistent with one space after period
Michael Munday
2016-10-17
cmd/dist: use debug/pe directly for cmd/link
Russ Cox
2016-08-30
all: use testing.GoToolPath instead of "go"
Keith Randall
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-05
debug/pe: unexport newly introduced identifiers
Alex Brainman
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-13
all: use new io.SeekFoo constants instead of os.SEEK_FOO
Brad Fitzpatrick
2016-03-22
debug/dwarf: add Reader.SeekPC and Data.Ranges
Ian Lance Taylor
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2015-07-10
debug/pe: truncate pe sections to their size in memory
Alex Brainman
2015-03-10
debug/macho, debug/pe: load DWARF line section and pass to dwarf.New
Austin Clements
2014-10-21
debug/pe: use appropriate type for sizeofOptionalHeader32
Alex Brainman
2014-10-20
debug/pe: remove use of unsafe
Russ Cox
2014-09-08
build: move package sources from src/pkg to src
Russ Cox
[prev]