aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/debug
AgeCommit message (Expand)Author
2013-11-01[release-branch.go1.2] debug/dwarf: add DWARF 4 form constantsAndrew Gerrand
2013-10-14debug/dwarf: report the value of an unrecognized attribute formatIan Lance Taylor
2013-10-09debug/dwarf: handle surprising clang encodingRuss Cox
2013-08-07runtime: convert .s textflags from numbers to symbolic constants.Keith Randall
2013-08-05undo CL 12486043 / ab644299d124Brad Fitzpatrick
2013-08-05all: use strings.IndexByte instead of Index where possibleBrad Fitzpatrick
2013-07-23all: be more idiomatic when documenting boolean return values.Rob Pike
2013-07-19cmd/ld, runtime: remove unused fields from FuncRuss Cox
2013-07-19debug/gosym: put pclinetest file in temporary directoryKeith Randall
2013-07-18debug/gosym: avoid test failure on WindowsRuss Cox
2013-07-18debug/gosym: update for Go 1.2 pcln tableRuss Cox
2013-06-21all: avoid leaking fds during testsDave Cheney
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