aboutsummaryrefslogtreecommitdiff
path: root/src/debug
AgeCommit message (Expand)Author
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
2023-09-07all: use io.{SeekStart, SeekCurrent, SeekEnd}Jes Cok
2023-08-31all: rewrite internal/saferio.SliceCap using generics and add func SliceCapWi...Jes Cok
2023-07-31debug/buildinfo: read full data segment to lookup buildinfo magicAlexander Yastrebov
2023-07-31debug/elf: don't use reflection in File.SymbolsTolya Korniltsev
2023-05-24all: fix unavailable urlcui fliter
2023-05-23debug/elf: define R_PPC64_REL24_P9NOTOCPaul E. Murphy
2023-05-01debug/pe: return error on reading from section with uninitialized dataIan Lance Taylor
2023-04-18debug/elf: support zstd compressionIan Lance Taylor
2023-04-11all: add wasip1 supportJohan Brandhorst-Satzkorn
2023-04-11all: re-run stringerIan Lance Taylor
2023-04-11debug/elf: avoid decompress of section twiceMeng Zhuo
2023-04-04all: fix misuses of "a" vs "an"cui fliter
2023-03-18debug/dwarf: return ErrUnknownPC rather than nil on unknown PCJoel Sing
2023-03-08debug/buildinfo: recognize macOS fat binary in go versionNikola Jokic
2023-03-07debug/elf: retrieve values for dynamic section tagsFlorin Papa
2023-03-06debug/buildinfo: use saferio in ReadData methodsIan Lance Taylor
2023-02-28debug/macho: use saferio to read dynamic indirect symbolsIan Lance Taylor