aboutsummaryrefslogtreecommitdiff
path: root/src/debug
AgeCommit message (Expand)Author
2026-01-22debug/elf: return FormatError when reading short filesMark F
2025-12-22debug/pe: avoid panic in File.ImportedSymbolsAlex Brainman
2025-12-01debug/elf: correct case of DWARF in commentIan Lance Taylor
2025-12-01debug/elf: make check for empty symbol section consistent for 64-bit and 32-b...Aditya Sirish A Yelgundhalli
2025-11-26cmd/link, runtime, debug/gosym: move pclntab magic to internal/abiIan Lance Taylor
2025-11-17debug/elf: sync new loong64 relocation types up to LoongArch ELF psABI v20250521WANG Xuerui
2025-11-04cmd/link: don't generate .gosymtab sectionIan Lance Taylor
2025-10-24debug/pe: check for zdebug_gdb_scripts section in testDWARFCherry Mui
2025-10-17all: remove unnecessary loop variable copies in testsTobias Klauser
2025-10-17all: correct name for commentsJes Cok
2025-10-13all: replace calls to errors.As with errors.AsTypeJulien Cretel
2025-09-28debug/elf: prevent offset overflowJes Cok
2025-09-11debug/macho: filter non-external symbols when reading imported symbols withou...qmuntal
2025-09-08debug/pe: permit symbols with no nameIan Lance Taylor
2025-08-27debug/elf: don't panic if symtab too smallIan Lance Taylor
2025-08-06debug/macho: support reading imported symbols without LC_DYSYMTABCherry Mui
2025-07-28all: omit unnecessary type conversionsJes Cok
2025-04-16all: use strings.ReplaceAll where applicableMarcel Meyer
2025-03-14debug/elf: add riscv attributes definitionsMeng Zhuo
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
2025-02-20debug/buildinfo: base64-encode test binariesMichael Pratt
2024-12-17debug/elf: adjust version API per issue discussionIan Lance Taylor
2024-12-11debug/elf: adjust version API per issue discussionIan Lance Taylor
2024-11-27debug/elf: check for multiplication overflow for shnum * shentsizeIan Lance Taylor
2024-11-07debug/elf: add SHT_GNU_VERDEF section parsingbenbaker76
2024-08-30debug/macho: fix DWARF for section names longer than 16 charsAlessandro Arzilli
2024-08-27debug/buildinfo: stop searchMagic search at EOFMichael Pratt
2024-08-27debug/buildinfo: don't crash on corrupt object fileIan Lance Taylor
2024-08-01debug/buildid: treat too large string as "not a Go executable"Michael Pratt
2024-07-31debug/buildinfo: reuse buffer in searchMagicMichael Pratt
2024-07-31debug/buildinfo: read data in chunksMichael Pratt
2024-07-29debug/buildinfo: add test for malformed stringsMichael Pratt
2024-07-29debug/buildinfo: add old-Go and not-Go testsMichael Pratt
2024-07-29debug/buildinfo: improve format documentationMichael Pratt
2024-05-29all: document legacy //go:linkname for final round of modulesRuss Cox
2024-04-23debug/elf: remove incorrect doc linkIan Lance Taylor
2024-04-16debug/elf: define non-standard but well-known symbol typesIan Lance Taylor
2024-03-15debug/elf: avoid using binary.Read() in NewFile()Peter Collingbourne
2024-03-10cmd/link,debug/elf: mark Go binaries with no branch target CFI on openbsdJoel Sing
2024-01-25debug/gosym: add detailed doc for text argument in NewLineTableZxilly
2023-12-30all: replace outdated linkscui fliter
2023-11-30debug/elf: return error in DynValue for invalid dynamic section sizeJes Cok
2023-11-02debug/elf,cmd/link: add additional relocations for loong64Guoqi Chen
2023-10-25debug/elf: return error in DynString for invalid dynamic section sizeIan Lance Taylor
2023-10-18debug: add available godoc linkcui fliter
2023-09-22all: clean unnecessary casts for test filesJes Cok
2023-09-20debug/elf: don't crash on empty symbol sectionIan Lance Taylor
2023-09-08debug/elf,cmd/link: add additional MIPS64 relocation typeJoel Sing