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
2025-04-16
all: use strings.ReplaceAll where applicable
Marcel Meyer
2025-03-14
debug/elf: add riscv attributes definitions
Meng Zhuo
2025-03-11
debug/dwarf: read DWARF 5 cu base offsets on SeekPC() path
Than McIntosh
2025-03-10
debug/dwarf: fix problem with DWARF 5 and Seek method
Than McIntosh
2025-03-10
debug/dwarf: refactor entry DIE reading helper
Than McIntosh
2025-02-20
debug/buildinfo: base64-encode test binaries
Michael Pratt
2024-12-17
debug/elf: adjust version API per issue discussion
Ian Lance Taylor
2024-12-11
debug/elf: adjust version API per issue discussion
Ian Lance Taylor
2024-11-27
debug/elf: check for multiplication overflow for shnum * shentsize
Ian Lance Taylor
2024-11-07
debug/elf: add SHT_GNU_VERDEF section parsing
benbaker76
2024-08-30
debug/macho: fix DWARF for section names longer than 16 chars
Alessandro Arzilli
2024-08-27
debug/buildinfo: stop searchMagic search at EOF
Michael Pratt
2024-08-27
debug/buildinfo: don't crash on corrupt object file
Ian Lance Taylor
2024-08-01
debug/buildid: treat too large string as "not a Go executable"
Michael Pratt
2024-07-31
debug/buildinfo: reuse buffer in searchMagic
Michael Pratt
2024-07-31
debug/buildinfo: read data in chunks
Michael Pratt
2024-07-29
debug/buildinfo: add test for malformed strings
Michael Pratt
2024-07-29
debug/buildinfo: add old-Go and not-Go tests
Michael Pratt
2024-07-29
debug/buildinfo: improve format documentation
Michael Pratt
2024-05-29
all: document legacy //go:linkname for final round of modules
Russ Cox
2024-04-23
debug/elf: remove incorrect doc link
Ian Lance Taylor
2024-04-16
debug/elf: define non-standard but well-known symbol types
Ian Lance Taylor
2024-03-15
debug/elf: avoid using binary.Read() in NewFile()
Peter Collingbourne
2024-03-10
cmd/link,debug/elf: mark Go binaries with no branch target CFI on openbsd
Joel Sing
2024-01-25
debug/gosym: add detailed doc for text argument in NewLineTable
Zxilly
2023-12-30
all: replace outdated links
cui fliter
2023-11-30
debug/elf: return error in DynValue for invalid dynamic section size
Jes Cok
2023-11-02
debug/elf,cmd/link: add additional relocations for loong64
Guoqi Chen
2023-10-25
debug/elf: return error in DynString for invalid dynamic section size
Ian Lance Taylor
2023-10-18
debug: add available godoc link
cui fliter
2023-09-22
all: clean unnecessary casts for test files
Jes Cok
2023-09-20
debug/elf: don't crash on empty symbol section
Ian Lance Taylor
2023-09-08
debug/elf,cmd/link: add additional MIPS64 relocation type
Joel Sing
2023-09-07
all: use io.{SeekStart, SeekCurrent, SeekEnd}
Jes Cok
2023-08-31
all: rewrite internal/saferio.SliceCap using generics and add func SliceCapWi...
Jes Cok
2023-07-31
debug/buildinfo: read full data segment to lookup buildinfo magic
Alexander Yastrebov
2023-07-31
debug/elf: don't use reflection in File.Symbols
Tolya Korniltsev
2023-05-24
all: fix unavailable url
cui fliter
2023-05-23
debug/elf: define R_PPC64_REL24_P9NOTOC
Paul E. Murphy
2023-05-01
debug/pe: return error on reading from section with uninitialized data
Ian Lance Taylor
2023-04-18
debug/elf: support zstd compression
Ian Lance Taylor
2023-04-11
all: add wasip1 support
Johan Brandhorst-Satzkorn
2023-04-11
all: re-run stringer
Ian Lance Taylor
2023-04-11
debug/elf: avoid decompress of section twice
Meng Zhuo
2023-04-04
all: fix misuses of "a" vs "an"
cui fliter
2023-03-18
debug/dwarf: return ErrUnknownPC rather than nil on unknown PC
Joel Sing
2023-03-08
debug/buildinfo: recognize macOS fat binary in go version
Nikola Jokic
2023-03-07
debug/elf: retrieve values for dynamic section tags
Florin Papa
2023-03-06
debug/buildinfo: use saferio in ReadData methods
Ian Lance Taylor
2023-02-28
debug/macho: use saferio to read dynamic indirect symbols
Ian Lance Taylor
[next]