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
2022-05-06
debug/pe: rework reading of aux symbols to fix endianity problems
Than McIntosh
2022-05-06
debug/buildinfo: avoid nil defererence for invalid XCOFF
Jorropo
2022-04-25
debug/pe: fix off by one error in valid symbol index test
Than McIntosh
2022-04-15
debug/pe: read string table in 10M chunks
Ian Lance Taylor
2022-04-14
debug/dwarf: better stmt list attr checking in LineReader
Than McIntosh
2022-04-11
all: gofmt main repo
Russ Cox
2022-04-05
all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc comments
Russ Cox
2022-04-04
debug: define ELF relocation for loong64
Xiaodong Liu
2022-04-01
all: remove trailing blank doc comment lines
Russ Cox
2022-04-01
all: fix various doc comment formatting nits
Russ Cox
2022-04-01
debug/dwarf: better error handling in SeekPC
Than McIntosh
2022-04-01
debug/elf: ajdust SectionOverlap test for proper fields
Meng Zhuo
2022-03-31
debug/pe: skip TestReadCOFFSymbolAuxInfo on big-endian systems
Than McIntosh
2022-03-31
debug/pe: add APIs for reading section def aux info
Than McIntosh
2022-03-31
debug/elf: check for negative shoff and phoff fields
Ian Lance Taylor
2022-03-23
debug/gosym: skip non-real functions in LineToPC lookup
Cherry Mui
2022-03-21
debug/dwarf: better error detection in parseUnits
Than McIntosh
2022-03-16
cmd/link: default generic ABI compression for ELF
Meng Zhuo
2022-03-14
debug/buildinfo: use testenv.GoToolPath in tests instead of resolving "go" fr...
Bryan C. Mills
2022-03-06
all: fix some typos
Dan Kortschak
2022-02-09
runtime/debug: replace (*BuildInfo).Marshal methods with Parse and String
Bryan C. Mills
2022-01-28
debug/dwarf: fix problems with handling of bit offsets for bitfields
Than McIntosh
2022-01-14
debug/elf: do not read unrelated bytes for SHT_NOBITS sections
Alessandro Arzilli
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-12-08
debug/buildinfo: update test for CL 369977
Bryan C. Mills
2021-12-07
cmd/link, cmd/go: make version info easier to extract
Russ Cox
2021-11-30
cmd/go: adjust BuildInfo.Settings
Russ Cox
2021-11-24
cmd/internal/objfile, debug/gosym: use the address of runtime.text as textStart
Cherry Mui
2021-11-16
debug/pe,debug/macho: add support for DWARF5 sections
Alessandro Arzilli
2021-11-15
debug/dwarf: better error message when reading absent debug_line_str
Alessandro Arzilli
2021-11-06
all: remove more leftover // +build lines
Tobias Klauser
2021-11-05
debug/plan9obj: export ErrNoSymbols
Dan Kortschak
2021-11-05
cmd/link: enable internal linking of PIE binaries on ppc64le
Paul E. Murphy
2021-11-02
debug/gosym: bulk allocate Syms
Josh Bleecher Snyder
2021-10-28
debug/macho: fail on invalid dynamic symbol table command
Roland Shoemaker
2021-10-14
debug/buildinfo: fix test for build settings
Jay Conrod
2021-10-14
runtime/debug: add GoVersion to BuildInfo
Jay Conrod
2021-10-14
debug/buildinfo: new package with Read and ReadFile
Jay Conrod
2021-10-11
cmd/compile: adjust debug/gosym to deal with instantiated types/funcs/methods
Dan Scales
2021-10-05
cmd/link,runtime: remove functab relocations
Josh Bleecher Snyder
2021-10-04
debug/gosym: add funcTab abstraction
Josh Bleecher Snyder
2021-10-04
debug/gosym: use sort.Search in findFunc
Josh Bleecher Snyder
2021-09-30
debug/gosym: run TestPCLine on Linux/AMD64 in short mode
Cherry Mui
2021-09-30
debug/gosym: fix version check in file table access
Cherry Mui
2021-09-29
cmd/link, runtime: use offset for _func.entry
Josh Bleecher Snyder
2021-09-29
debug/gosym: refactor handling of funcdata
Josh Bleecher Snyder
2021-09-29
debug/gosym: add benchmark
Josh Bleecher Snyder
2021-09-29
debug/gosym: adjust go12* method comments
Josh Bleecher Snyder
2021-09-29
debug/gosym: add hook to disable recovers
Josh Bleecher Snyder
2021-09-27
debug/gosym: add pcHeader parsing helpers
Josh Bleecher Snyder
[prev]
[next]