]> Cypherpunks.ru repositories - gostls13.git/history - src/debug
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / src / debug /
2023-11-02 Guoqi Chendebug/elf,cmd/link: add additional relocations for...
2023-10-25 Ian Lance Taylordebug/elf: return error in DynString for invalid dynami...
2023-10-18 cui fliterdebug: add available godoc link
2023-09-22 Jes Cokall: clean unnecessary casts for test files
2023-09-20 Ian Lance Taylordebug/elf: don't crash on empty symbol section
2023-09-08 Joel Singdebug/elf,cmd/link: add additional MIPS64 relocation...
2023-09-07 Jes Cokall: use io.{SeekStart, SeekCurrent, SeekEnd}
2023-08-31 Jes Cokall: rewrite internal/saferio.SliceCap using generics...
2023-07-31 Alexander Yastrebovdebug/buildinfo: read full data segment to lookup build...
2023-07-31 Tolya Korniltsevdebug/elf: don't use reflection in File.Symbols
2023-05-24 cui fliterall: fix unavailable url
2023-05-23 Paul E. Murphydebug/elf: define R_PPC64_REL24_P9NOTOC
2023-05-01 Ian Lance Taylordebug/pe: return error on reading from section with...
2023-04-18 Ian Lance Taylordebug/elf: support zstd compression
2023-04-11 Johan Brandhorst... all: add wasip1 support
2023-04-11 Ian Lance Taylorall: re-run stringer
2023-04-11 Meng Zhuodebug/elf: avoid decompress of section twice
2023-04-04 cui fliterall: fix misuses of "a" vs "an"
2023-03-18 Joel Singdebug/dwarf: return ErrUnknownPC rather than nil on...
2023-03-08 Nikola Jokicdebug/buildinfo: recognize macOS fat binary in go version
2023-03-07 Florin Papadebug/elf: retrieve values for dynamic section tags
2023-03-06 Ian Lance Taylordebug/buildinfo: use saferio in ReadData methods
2023-02-28 Ian Lance Taylordebug/macho: use saferio to read dynamic indirect symbols
2023-02-22 Ian Lance Taylordebug/macho: don't crash if dynamic symtab with no...
2023-02-21 Ian Lance Taylordebug/macho: use saferio to read symbol table strings
2023-02-03 Florin Papadebug/elf: add DT_FLAGS_1 constants
2023-01-20 Marcel Meyerall: fix typos in go file comments
2022-12-12 Nikola Jokicdebug/buildinfo: check pointer size on buildinfo.Read
2022-11-05 Dan Kortschakall: fix comment typos
2022-11-04 cui fliterall: fix function names in comments
2022-10-26 Zeke Ludebug/elf: guard access to File.gnuVersym
2022-10-25 Zeke Ludebug/elf: use saferio.SliceCap when decoding ELF sections
2022-10-14 Florian Zenkerdebug/elf: fix inccorrect value in COMPRESS_ZLIB string...
2022-10-13 Roland Shoemakerdebug: add top level security docs for dwarf, elf,...
2022-10-12 Ian Lance Taylordebug/elf: validate phentsize and shentsize
2022-10-06 Zeke Ludebug/buildinfo: correct a typo in calculating next...
2022-10-01 Ian Lance Taylordebug/dwarf: don't crash on negative range/rnglist...
2022-09-29 Paul E. Murphydebug/elf: fix typo in R_PPC64_TPREL34 and R_PPC64_DTPREL34
2022-09-27 Zeke Ludebug/elf: return error on reading from SHT_NOBITS...
2022-09-27 Zeke Ludebug/elf: suport files with >= 65280 (0xff00) sections
2022-09-27 Ian Lance Taylordebug/dwarf: don't crash on invalid range/rnglist offset
2022-09-25 Ian Lance Taylorencoding/gob: use saferio.SliceCap when decoding a...
2022-09-19 Zeke Ludebug/elf: validate shstrndx
2022-09-18 Dan Kortschakdebug/pe: be careful to avoid potential uint32 overflow
2022-09-08 Paul E. Murphydebug/elf: define additional PPC64 ELFv2 relocations
2022-09-07 Michael Prattdebug/gosym: rename nameoff to nameOff to match runtime
2022-09-06 Sasha Melentyevdebug/buildinfo: remove redundant type conversion
2022-09-06 cuiweixiedebug: use strings.Builder
2022-09-02 Tobias Klauserdebug/macho: use saferio to allocate load command slice
2022-08-29 Dan Kortschakdebug/macho: use saferio to allocate Load and Symbol...
2022-08-29 Dan Kortschakdebug/elf: validate offset and file size ranges
2022-08-29 David Chasedebug/pe: check size in uint64 to avoid overflow
2022-08-27 Paul E. Murphydebug/elf: fix reloc number of R_PPC64_SECTOFF_LO_DS
2022-08-26 Dan Kortschakdebug/macho: use saferio to read segment and section...
2022-08-23 Ian Lance Taylordebug/plan9obj: don't crash on EOF before symbol type
2022-08-23 Ian Lance Taylordebug/macho: don't use narch for seenArches map size
2022-08-22 qmuntaldebug/buildinfo: add regression tests for different...
2022-08-19 Ian Lance Taylordebug/pe: fetch section size directly in (*Section...
2022-08-19 Ian Lance Taylordebug/plan9obj: use saferio to read section data
2022-08-18 Ian Lance Taylordebug/pe: use saferio to set symbol slice capacity
2022-08-18 Ori Bernsteindebug/buildinfo: implement for Plan 9 a.out
2022-08-17 Ian Lance Taylordebug/macho, internal/saferio: limit slice allocation
2022-08-17 Ian Lance Taylordebug/pe, internal/saferio: use saferio to read PE...
2022-08-11 Ian Lance Taylordebug/elf: use saferio to read section data
2022-08-11 Ian Lance Taylorinternal/saferio: new package to avoid OOM
2022-08-11 WANG Xueruidebug/elf: add new-style LoongArch reloc types
2022-08-09 Cuong Manh Ledebug/gosym: fix missing symbol version for 1.2+ pclntab
2022-08-09 Cuong Manh Leall: use ":" for compiler generated symbols
2022-08-09 Meng Zhuodebug/pe: add IMAGE_FILE_MACHINE_RISCV{32,64,128}
2022-08-08 Ian Lance Taylordebug/pe: use correct pe64 test in ImportedSymbols
2022-07-28 Matthew Dempsky[dev.unified] all: merge master (462b78f) into dev...
2022-07-19 Dan Kortschakcrypto/internal/nistec,debug/gosym: fix typos
2022-06-30 Matthew Dempsky[dev.unified] all: merge master (993c387) into dev...
2022-06-29 Guoqi Chendebug/pe: add IMAGE_FILE_MACHINE_LOONGARCH{64,32}
2022-06-24 Matthew Dempsky[dev.unified] all: merge master (5a1c5b8) into dev...
2022-06-23 Than McIntoshdebug/dwarf: handle malformed line table with bad progr...
2022-05-19 Russ Coxall: gofmt main repo
2022-05-08 Ryan Leungall: fix some lint issues
2022-05-06 Than McIntoshdebug/pe: rework reading of aux symbols to fix endianit...
2022-05-06 Jorropodebug/buildinfo: avoid nil defererence for invalid...
2022-04-27 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-25 Than McIntoshdebug/pe: fix off by one error in valid symbol index...
2022-04-20 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-15 Ian Lance Taylordebug/pe: read string table in 10M chunks
2022-04-14 Than McIntoshdebug/dwarf: better stmt list attr checking in LineReader
2022-04-11 Russ Coxall: gofmt main repo
2022-04-05 Russ Coxall: replace `` and '' with “ (U+201C) and ” (U+201D...
2022-04-05 Lasse Folger[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-04 Xiaodong Liudebug: define ELF relocation for loong64
2022-04-01 Russ Coxall: remove trailing blank doc comment lines
2022-04-01 Russ Coxall: fix various doc comment formatting nits
2022-04-01 Than McIntoshdebug/dwarf: better error handling in SeekPC
2022-04-01 Meng Zhuodebug/elf: ajdust SectionOverlap test for proper fields
2022-03-31 Than McIntoshdebug/pe: skip TestReadCOFFSymbolAuxInfo on big-endian...
2022-03-31 Than McIntoshdebug/pe: add APIs for reading section def aux info
2022-03-31 Ian Lance Taylordebug/elf: check for negative shoff and phoff fields
2022-03-29 Nicolas Hillegeer[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-03-23 Cherry Muidebug/gosym: skip non-real functions in LineToPC lookup
2022-03-21 Than McIntoshdebug/dwarf: better error detection in parseUnits
2022-03-16 Meng Zhuocmd/link: default generic ABI compression for ELF
next