1
0
mirror of https://github.com/golang/go synced 2024-10-04 02:31:22 -06:00
go/src/pkg/debug
Dave Cheney 7e9d9eb17b debug/elf: handle missing shstrndx in core files
Fixes #4481.

hello-world-core.gz was generated with a simple hello world c program and core dumped as suggested in the issue.

Also: add support for gz compressed test fixtures.

R=minux.ma, rsc, iant
CC=golang-dev
https://golang.org/cl/6936058
2012-12-18 07:58:22 +11:00
..
dwarf cmd/cgo: bug fixes 2012-02-19 13:32:55 -05:00
elf debug/elf: handle missing shstrndx in core files 2012-12-18 07:58:22 +11:00
gosym debug/gosym: in test, use temp binary name in /tmp, and clean up. 2012-04-09 11:19:52 -07:00
macho debug/macho: dropped monstrous URL from package comment 2012-02-10 16:03:24 +11:00
pe debug/pe: support PE files which contain no symbol table (if NumberOfSymbols is equal to 0 in the IMAGE_FILE_HEADER structure). 2012-10-09 11:15:53 +11:00