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
/
dwarf
/
testdata
Age
Commit message (
Expand
)
Author
2025-03-10
debug/dwarf: fix problem with DWARF 5 and Seek method
Than McIntosh
2023-04-18
debug/elf: support zstd compression
Ian Lance Taylor
2022-01-28
debug/dwarf: fix problems with handling of bit offsets for bitfields
Than McIntosh
2021-09-02
debug/dwarf: check for DWARFv4 AttrDataBitOffset value
Joe Sylve
2021-03-17
debug/dwarf: support DW_FORM_rnglistx aka formRnglistx
Ian Lance Taylor
2020-12-14
debug/dwarf: don't try to parse addr/rnglists header
Ian Lance Taylor
2020-10-24
debug/dwarf: add support for DWARFv5 to (*Data).Ranges
Alessandro Arzilli
2019-03-15
debug/dwarf: more graceful handling of unsupported types
Than McIntosh
2017-05-26
debug/dwarf: heuristically handle both UNIX and Windows paths
Austin Clements
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
2016-01-14
debug/dwarf: fix nil pointer dereference in cyclic type structures
Austin Clements
2015-09-15
debug/dwarf: add test for split DWARF
Austin Clements
2015-09-04
all: remove executable bit from several files
Andrew Gerrand
2015-03-10
debug/dwarf: add unit tests for line table reader
Austin Clements
2014-09-08
build: move package sources from src/pkg to src
Russ Cox