aboutsummaryrefslogtreecommitdiff
path: root/src/debug/dwarf
AgeCommit message (Expand)Author
2025-04-16all: use strings.ReplaceAll where applicableMarcel Meyer
2025-03-11debug/dwarf: read DWARF 5 cu base offsets on SeekPC() pathThan McIntosh
2025-03-10debug/dwarf: fix problem with DWARF 5 and Seek methodThan McIntosh
2025-03-10debug/dwarf: refactor entry DIE reading helperThan McIntosh
2023-10-18debug: add available godoc linkcui fliter
2023-04-18debug/elf: support zstd compressionIan Lance Taylor
2023-04-11all: re-run stringerIan Lance Taylor
2023-03-18debug/dwarf: return ErrUnknownPC rather than nil on unknown PCJoel Sing
2022-11-05all: fix comment typosDan Kortschak
2022-10-13debug: add top level security docs for dwarf, elf, macho, pe, and plan9objRoland Shoemaker
2022-10-01debug/dwarf: don't crash on negative range/rnglist offsetIan Lance Taylor
2022-09-27debug/dwarf: don't crash on invalid range/rnglist offsetIan Lance Taylor
2022-06-23debug/dwarf: handle malformed line table with bad program offsetThan McIntosh
2022-05-19all: gofmt main repoRuss Cox
2022-04-14debug/dwarf: better stmt list attr checking in LineReaderThan McIntosh
2022-04-11all: gofmt main repoRuss Cox
2022-04-05all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc commentsRuss Cox
2022-04-01all: remove trailing blank doc comment linesRuss Cox
2022-04-01debug/dwarf: better error handling in SeekPCThan McIntosh
2022-03-21debug/dwarf: better error detection in parseUnitsThan McIntosh
2022-03-06all: fix some typosDan Kortschak
2022-01-28debug/dwarf: fix problems with handling of bit offsets for bitfieldsThan McIntosh
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-11-15debug/dwarf: better error message when reading absent debug_line_strAlessandro Arzilli
2021-09-02debug/dwarf: check for DWARFv4 AttrDataBitOffset valueJoe Sylve
2021-05-13debug/dwarf: delay array type fixup to handle type cyclesThan McIntosh
2021-04-23debug/dwarf: skip over zero-length compilation unitsRuss Cox
2021-03-17debug/dwarf: support DW_FORM_rnglistx aka formRnglistxIan Lance Taylor
2021-03-13all: remove duplicate wordsJohn Bampton
2020-12-14debug/dwarf: don't try to parse addr/rnglists headerIan Lance Taylor
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-10-30cmd/link: emit include directories in DWARF line table prologueThan McIntosh
2020-10-24debug/dwarf: add support for DWARFv5 to (*Data).RangesAlessandro Arzilli
2020-09-21debug/dwarf: speed up SkipChildren for compilation unitsDmitry Vyukov
2019-10-26debug/dwarf: call strings.EqualFold instead of calling Lower twiceVivek V
2019-09-20debug/dwarf: optimize buf.stringEmmanuel T Odeke
2019-09-18debug/dwarf: expose file name table from line table readerAustin Clements
2019-09-18debug/dwarf: expose CU byte orderAustin Clements
2019-09-09src: gofmt -sAinar Garipov
2019-09-03debug/dwarf: better handling for DW_FORM_indirectThan McIntosh
2019-09-03debug/dwarf, debug/elf: support DWARF 5Ian Lance Taylor
2019-09-03debug/dwarf: add new constants defined in DWARF 5Ian Lance Taylor
2019-03-15debug/dwarf: more graceful handling of unsupported typesThan McIntosh
2018-12-02all: use "reports whether" consistently instead of "returns whether"Tobias Klauser
2018-02-19all: add more uses of stringerDaniel Martí
2018-02-15debug/dwarf: formStrp uses a 64-bit value for 64-bit DWARFIan Lance Taylor
2017-10-18debug/dwarf: clarify StructField.ByteSize docHeschi Kreinick
2017-10-17debug/dwarf: support 64-bit DWARF in byte order checkIan Lance Taylor
2017-08-18all: unindent some big chunks of codeDaniel Martí
2017-05-26debug/dwarf: heuristically handle both UNIX and Windows pathsAustin Clements