aboutsummaryrefslogtreecommitdiff
path: root/src/debug
AgeCommit message (Expand)Author
2022-08-26debug/macho: use saferio to read segment and section dataDan Kortschak
2022-08-23debug/plan9obj: don't crash on EOF before symbol typeIan Lance Taylor
2022-08-23debug/macho: don't use narch for seenArches map sizeIan Lance Taylor
2022-08-22debug/buildinfo: add regression tests for different buildmodesqmuntal
2022-08-19debug/pe: fetch section size directly in (*Section).DataIan Lance Taylor
2022-08-19debug/plan9obj: use saferio to read section dataIan Lance Taylor
2022-08-18debug/pe: use saferio to set symbol slice capacityIan Lance Taylor
2022-08-18debug/buildinfo: implement for Plan 9 a.outOri Bernstein
2022-08-17debug/macho, internal/saferio: limit slice allocationIan Lance Taylor
2022-08-17debug/pe, internal/saferio: use saferio to read PE section dataIan Lance Taylor
2022-08-11debug/elf: use saferio to read section dataIan Lance Taylor
2022-08-11internal/saferio: new package to avoid OOMIan Lance Taylor
2022-08-11debug/elf: add new-style LoongArch reloc typesWANG Xuerui
2022-08-09debug/gosym: fix missing symbol version for 1.2+ pclntabCuong Manh Le
2022-08-09all: use ":" for compiler generated symbolsCuong Manh Le
2022-08-09debug/pe: add IMAGE_FILE_MACHINE_RISCV{32,64,128}Meng Zhuo
2022-08-08debug/pe: use correct pe64 test in ImportedSymbolsIan Lance Taylor
2022-07-19crypto/internal/nistec,debug/gosym: fix typosDan Kortschak
2022-06-29debug/pe: add IMAGE_FILE_MACHINE_LOONGARCH{64,32}Guoqi Chen
2022-06-23debug/dwarf: handle malformed line table with bad program offsetThan McIntosh
2022-05-19all: gofmt main repoRuss Cox
2022-05-08all: fix some lint issuesRyan Leung
2022-05-06debug/pe: rework reading of aux symbols to fix endianity problemsThan McIntosh
2022-05-06debug/buildinfo: avoid nil defererence for invalid XCOFFJorropo
2022-04-25debug/pe: fix off by one error in valid symbol index testThan McIntosh
2022-04-15debug/pe: read string table in 10M chunksIan Lance Taylor
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-04debug: define ELF relocation for loong64Xiaodong Liu
2022-04-01all: remove trailing blank doc comment linesRuss Cox
2022-04-01all: fix various doc comment formatting nitsRuss Cox
2022-04-01debug/dwarf: better error handling in SeekPCThan McIntosh
2022-04-01debug/elf: ajdust SectionOverlap test for proper fieldsMeng Zhuo
2022-03-31debug/pe: skip TestReadCOFFSymbolAuxInfo on big-endian systemsThan McIntosh
2022-03-31debug/pe: add APIs for reading section def aux infoThan McIntosh
2022-03-31debug/elf: check for negative shoff and phoff fieldsIan Lance Taylor
2022-03-23debug/gosym: skip non-real functions in LineToPC lookupCherry Mui
2022-03-21debug/dwarf: better error detection in parseUnitsThan McIntosh
2022-03-16cmd/link: default generic ABI compression for ELFMeng Zhuo
2022-03-14debug/buildinfo: use testenv.GoToolPath in tests instead of resolving "go" fr...Bryan C. Mills
2022-03-06all: fix some typosDan Kortschak
2022-02-09runtime/debug: replace (*BuildInfo).Marshal methods with Parse and StringBryan C. Mills
2022-01-28debug/dwarf: fix problems with handling of bit offsets for bitfieldsThan McIntosh
2022-01-14debug/elf: do not read unrelated bytes for SHT_NOBITS sectionsAlessandro Arzilli
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-12-08debug/buildinfo: update test for CL 369977Bryan C. Mills
2021-12-07cmd/link, cmd/go: make version info easier to extractRuss Cox
2021-11-30cmd/go: adjust BuildInfo.SettingsRuss Cox
2021-11-24cmd/internal/objfile, debug/gosym: use the address of runtime.text as textStartCherry Mui