summaryrefslogtreecommitdiff
path: root/src/debug
Commit message (Expand)AuthorAgeFilesLines
* debug/pe: fix off by one error in valid symbol index testThan McIntosh2022-04-251-2/+1
* debug/pe: read string table in 10M chunksIan Lance Taylor2022-04-151-2/+23
* debug/dwarf: better stmt list attr checking in LineReaderThan McIntosh2022-04-142-1/+30
* all: gofmt main repoRuss Cox2022-04-111-15/+16
* all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc commentsRuss Cox2022-04-052-3/+3
* debug: define ELF relocation for loong64Xiaodong Liu2022-04-042-0/+164
* all: remove trailing blank doc comment linesRuss Cox2022-04-011-1/+0
* all: fix various doc comment formatting nitsRuss Cox2022-04-011-6/+5
* debug/dwarf: better error handling in SeekPCThan McIntosh2022-04-012-1/+16
* debug/elf: ajdust SectionOverlap test for proper fieldsMeng Zhuo2022-04-011-4/+22
* debug/pe: skip TestReadCOFFSymbolAuxInfo on big-endian systemsThan McIntosh2022-03-311-0/+8
* debug/pe: add APIs for reading section def aux infoThan McIntosh2022-03-314-0/+162
* debug/elf: check for negative shoff and phoff fieldsIan Lance Taylor2022-03-311-0/+13
* debug/gosym: skip non-real functions in LineToPC lookupCherry Mui2022-03-231-0/+4
* debug/dwarf: better error detection in parseUnitsThan McIntosh2022-03-213-1/+125
* cmd/link: default generic ABI compression for ELFMeng Zhuo2022-03-161-4/+30
* debug/buildinfo: use testenv.GoToolPath in tests instead of resolving "go" fr...Bryan C. Mills2022-03-141-2/+2
* all: fix some typosDan Kortschak2022-03-061-1/+1
* runtime/debug: replace (*BuildInfo).Marshal methods with Parse and StringBryan C. Mills2022-02-092-8/+6
* debug/dwarf: fix problems with handling of bit offsets for bitfieldsThan McIntosh2022-01-285-39/+207
* debug/elf: do not read unrelated bytes for SHT_NOBITS sectionsAlessandro Arzilli2022-01-142-0/+34
* all: gofmt -w -r 'interface{} -> any' srcRuss Cox2021-12-1310-20/+20
* debug/buildinfo: update test for CL 369977Bryan C. Mills2021-12-081-1/+3
* cmd/link, cmd/go: make version info easier to extractRuss Cox2021-12-071-16/+38
* cmd/go: adjust BuildInfo.SettingsRuss Cox2021-11-301-2/+2
* cmd/internal/objfile, debug/gosym: use the address of runtime.text as textStartCherry Mui2021-11-241-4/+4
* debug/pe,debug/macho: add support for DWARF5 sectionsAlessandro Arzilli2021-11-162-6/+22
* debug/dwarf: better error message when reading absent debug_line_strAlessandro Arzilli2021-11-151-0/+1
* all: remove more leftover // +build linesTobias Klauser2021-11-061-1/+0
* debug/plan9obj: export ErrNoSymbolsDan Kortschak2021-11-051-1/+5
* cmd/link: enable internal linking of PIE binaries on ppc64lePaul E. Murphy2021-11-051-0/+2
* debug/gosym: bulk allocate SymsJosh Bleecher Snyder2021-11-021-1/+3
* debug/macho: fail on invalid dynamic symbol table commandRoland Shoemaker2021-10-283-0/+17
* debug/buildinfo: fix test for build settingsJay Conrod2021-10-141-5/+23
* runtime/debug: add GoVersion to BuildInfoJay Conrod2021-10-142-4/+6
* debug/buildinfo: new package with Read and ReadFileJay Conrod2021-10-142-0/+580
* cmd/compile: adjust debug/gosym to deal with instantiated types/funcs/methodsDan Scales2021-10-112-6/+66
* cmd/link,runtime: remove functab relocationsJosh Bleecher Snyder2021-10-051-4/+12
* debug/gosym: add funcTab abstractionJosh Bleecher Snyder2021-10-041-13/+51
* debug/gosym: use sort.Search in findFuncJosh Bleecher Snyder2021-10-041-17/+6
* debug/gosym: run TestPCLine on Linux/AMD64 in short modeCherry Mui2021-09-301-3/+4
* debug/gosym: fix version check in file table accessCherry Mui2021-09-301-2/+2
* cmd/link, runtime: use offset for _func.entryJosh Bleecher Snyder2021-09-291-5/+38
* debug/gosym: refactor handling of funcdataJosh Bleecher Snyder2021-09-291-21/+62
* debug/gosym: add benchmarkJosh Bleecher Snyder2021-09-291-7/+84
* debug/gosym: adjust go12* method commentsJosh Bleecher Snyder2021-09-291-4/+4
* debug/gosym: add hook to disable recoversJosh Bleecher Snyder2021-09-291-13/+23
* debug/gosym: add pcHeader parsing helpersJosh Bleecher Snyder2021-09-271-13/+15
* debug/elf: retain original error message when getSymbols fails.Florin Papa2021-09-101-4/+4
* debug/dwarf: check for DWARFv4 AttrDataBitOffset valueJoe Sylve2021-09-024-2/+59