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
/
entry.go
Age
Commit message (
Expand
)
Author
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
2023-10-18
debug: add available godoc link
cui fliter
2023-03-18
debug/dwarf: return ErrUnknownPC rather than nil on unknown PC
Joel Sing
2022-11-05
all: fix comment typos
Dan Kortschak
2022-10-01
debug/dwarf: don't crash on negative range/rnglist offset
Ian Lance Taylor
2022-09-27
debug/dwarf: don't crash on invalid range/rnglist offset
Ian Lance Taylor
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-01
all: remove trailing blank doc comment lines
Russ Cox
2022-04-01
debug/dwarf: better error handling in SeekPC
Than McIntosh
2022-03-06
all: fix some typos
Dan Kortschak
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-11-15
debug/dwarf: better error message when reading absent debug_line_str
Alessandro Arzilli
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
2020-09-21
debug/dwarf: speed up SkipChildren for compilation units
Dmitry Vyukov
2019-09-18
debug/dwarf: expose CU byte order
Austin Clements
2019-09-03
debug/dwarf: better handling for DW_FORM_indirect
Than McIntosh
2019-09-03
debug/dwarf, debug/elf: support DWARF 5
Ian Lance Taylor
2018-02-15
debug/dwarf: formStrp uses a 64-bit value for 64-bit DWARF
Ian Lance Taylor
2017-10-17
debug/dwarf: support 64-bit DWARF in byte order check
Ian Lance Taylor
2016-03-22
debug/dwarf: add Reader.SeekPC and Data.Ranges
Ian Lance Taylor
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2016-02-24
all: fix typos and spelling
Martin Möhrmann
2015-09-15
debug/dwarf: return ClassUnknown if attribute class cannot be determined
Austin Clements
2015-06-11
all: fix misprints in comments
Ainar Garipov
2015-05-07
debug/dwarf: compute ByteSize for more DWARF types
John Dethridge
2015-04-12
debug/dwarf: add Entry.AttrField method to get *Field by Attr
Austin Clements
2015-04-12
debug/dwarf: add DWARF attribute value class to Field
Austin Clements
2015-04-10
debug/dwarf: document DWARF class -> Go type mapping
Austin Clements
2015-03-24
debug/dwarf, encoding/asn1, go/ast: fix old comments
Matthew Dempsky
2015-03-10
debug/dwarf: factor finding unit containing entry offset
Austin Clements
2014-09-08
build: move package sources from src/pkg to src
Russ Cox