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
Age
Commit message (
Expand
)
Author
2022-11-05
all: fix comment typos
Dan Kortschak
2022-10-13
debug: add top level security docs for dwarf, elf, macho, pe, and plan9obj
Roland Shoemaker
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-06-23
debug/dwarf: handle malformed line table with bad program offset
Than McIntosh
2022-05-19
all: gofmt main repo
Russ Cox
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-01
all: remove trailing blank doc comment lines
Russ Cox
2022-04-01
debug/dwarf: better error handling in SeekPC
Than McIntosh
2022-03-21
debug/dwarf: better error detection in parseUnits
Than McIntosh
2022-03-06
all: fix some typos
Dan Kortschak
2022-01-28
debug/dwarf: fix problems with handling of bit offsets for bitfields
Than McIntosh
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-09-02
debug/dwarf: check for DWARFv4 AttrDataBitOffset value
Joe Sylve
2021-05-13
debug/dwarf: delay array type fixup to handle type cycles
Than McIntosh
2021-04-23
debug/dwarf: skip over zero-length compilation units
Russ Cox
2021-03-17
debug/dwarf: support DW_FORM_rnglistx aka formRnglistx
Ian Lance Taylor
2021-03-13
all: remove duplicate words
John Bampton
2020-12-14
debug/dwarf: don't try to parse addr/rnglists header
Ian Lance Taylor
2020-12-09
all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp
Russ Cox
2020-10-30
cmd/link: emit include directories in DWARF line table prologue
Than McIntosh
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-10-26
debug/dwarf: call strings.EqualFold instead of calling Lower twice
Vivek V
2019-09-20
debug/dwarf: optimize buf.string
Emmanuel T Odeke
2019-09-18
debug/dwarf: expose file name table from line table reader
Austin Clements
2019-09-18
debug/dwarf: expose CU byte order
Austin Clements
2019-09-09
src: gofmt -s
Ainar Garipov
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
2019-09-03
debug/dwarf: add new constants defined in DWARF 5
Ian Lance Taylor
2019-03-15
debug/dwarf: more graceful handling of unsupported types
Than McIntosh
2018-12-02
all: use "reports whether" consistently instead of "returns whether"
Tobias Klauser
2018-02-19
all: add more uses of stringer
Daniel Martí
2018-02-15
debug/dwarf: formStrp uses a 64-bit value for 64-bit DWARF
Ian Lance Taylor
2017-10-18
debug/dwarf: clarify StructField.ByteSize doc
Heschi Kreinick
2017-10-17
debug/dwarf: support 64-bit DWARF in byte order check
Ian Lance Taylor
2017-08-18
all: unindent some big chunks of code
Daniel Martí
2017-05-26
debug/dwarf: heuristically handle both UNIX and Windows paths
Austin Clements
2016-04-15
all: remove unnecessary type conversions
Matthew Dempsky
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
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-15
debug/dwarf: return ClassUnknown if attribute class cannot be determined
Austin Clements
[next]