1
0
mirror of https://github.com/golang/go synced 2024-10-05 04:21:22 -06:00
go/src/pkg/debug
Rémy Oudompheng 75104237c8 all: make tests able to run multiple times.
It is now possible to run "go test -cpu=1,2,4 std"
successfully.

Fixes #3185.

R=golang-dev, dave, minux.ma, bradfitz
CC=golang-dev
https://golang.org/cl/7196052
2013-01-27 00:24:09 +01: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 all: make tests able to run multiple times. 2013-01-27 00:24:09 +01: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