aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/debug
AgeCommit message (Expand)Author
2013-03-22debug/elf: repair GNU version symbols.Rémy Oudompheng
2013-03-21debug/elf: restore Go 1.0 semantics for (*File).SymbolsRuss Cox
2013-03-19debug/dwarf: support for DWARF 3Ian Lance Taylor
2013-03-11debug/macho: add doc comment for FormatErrorRob Pike
2013-02-26cmd/ld, runtime: adjust symbol table representationRuss Cox
2013-02-20debug/dwarf: add flag_present attribute encoding.Robin Eklind
2013-01-27all: make tests able to run multiple times.Rémy Oudompheng
2013-01-04cmd/ld: use native-endian symbol values in symbol tableRuss Cox
2012-12-18debug/elf: handle missing shstrndx in core filesDave Cheney
2012-11-15debug/elf: fix offset for GNU version symbolsJoel Sing
2012-11-15debug/elf: do not skip first symbol in the symbol tableJoel Sing
2012-10-09debug/pe: support PE files which contain no symbol table (if NumberOfSymbols ...Robin Eklind
2012-09-22debug/pe: add symbol supportJoel Sing
2012-08-03debug/elf: Add support for getting DynTag string table values.Mike Rosset
2012-05-21debug/elf: Expose entry point from Header in File struct.Matthew Horsnell
2012-04-09debug/gosym: in test, use temp binary name in /tmp, and clean up.Brad Fitzpatrick
2012-02-19cmd/cgo: bug fixesRuss Cox
2012-02-17debug/dwarf: address TODO in doc comment for NewRob Pike
2012-02-16debug/gosym: more carefully build the test binary.David Symonds
2012-02-16debug/gosym: dump 6a/6l output to process stdout/stderr so we can see failures.David Symonds
2012-02-16debug/gosym: Remove Makefile, rewrite test using go tool.David Symonds
2012-02-10debug/macho: dropped monstrous URL from package commentAndrew Gerrand
2012-01-30build: remove Make.pkg, Make.toolRuss Cox
2012-01-14src: make use of runtime.GOOS, GOARCH instead of syscall.OS, ARCHMikio Hara
2011-12-21go/build: add new +build tags 'cgo' and 'nocgo'Russ Cox
2011-12-20build: a round of fixesRuss Cox
2011-12-05use new strconv APIRuss Cox
2011-12-02gofmt -s misc srcRuss Cox
2011-11-02all: sort importsRuss Cox
2011-11-01src/pkg/[a-m]*: gofix -r error -force=errorRuss Cox
2011-10-18gofix -r mapdeleteRuss Cox
2011-09-14debug/elf: permit another case of SHT_NOBITS section overlap in testIan Lance Taylor
2011-07-20ld: remove overlap of ELF sections on dynamic binariesGustavo Niemeyer
2011-07-18debug/proc: Remove.Ian Lance Taylor
2011-07-14go/printer: changed max. number of newlines from 3 to 2Robert Griesemer
2011-07-13debug/elf: Read ELF Program headers.Matthew Horsnell
2011-07-12debug/pe: fixes ImportedSymbols for Win64.Wei Guangjing
2011-06-28strings.Split: make the default to split all.Rob Pike
2011-06-22os.Error API: don't export os.ErrorString, use os.NewError consistentlyRobert Griesemer
2011-06-17respect goto restrictionsRuss Cox
2011-06-14debug/elf: rename test .o files to .objGustavo Niemeyer
2011-06-14syscall, os, exec: introduce *syscall.SysProcAttr field in os.ProcAttr and ex...Russ Cox
2011-06-13cgo: handle new Apple LLVM-based gcc from Xcode 4.2Russ Cox
2011-05-18pkg: spelling tweaks, A-HRobert Hencke
2011-04-27cgo: handle versioned ELF symbolsRuss Cox
2011-04-20src/pkg: make package doc comments consistently start with "Package foo".Nigel Tao
2011-04-04os: New Open API.Rob Pike
2011-04-04os: add Seek whence constantsBrad Fitzpatrick
2011-03-29debug/gosym: remove need for gotest to run preparatory commands.Rob Pike
2011-03-15debug/proc: fix buildRuss Cox