summaryrefslogtreecommitdiff
path: root/src/pkg/debug
Commit message (Expand)AuthorAgeFilesLines
* runtime: convert .s textflags from numbers to symbolic constants.Keith Randall2013-08-071-9/+7
* undo CL 12486043 / ab644299d124Brad Fitzpatrick2013-08-051-2/+2
* all: use strings.IndexByte instead of Index where possibleBrad Fitzpatrick2013-08-051-2/+2
* all: be more idiomatic when documenting boolean return values.Rob Pike2013-07-231-1/+1
* cmd/ld, runtime: remove unused fields from FuncRuss Cox2013-07-191-4/+4
* debug/gosym: put pclinetest file in temporary directoryKeith Randall2013-07-191-1/+0
* debug/gosym: avoid test failure on WindowsRuss Cox2013-07-181-0/+4
* debug/gosym: update for Go 1.2 pcln tableRuss Cox2013-07-184-40/+458
* all: avoid leaking fds during testsDave Cheney2013-06-211-0/+1
* debug/elf: repair GNU version symbols.R?my Oudompheng2013-03-221-1/+1
* debug/elf: restore Go 1.0 semantics for (*File).SymbolsRuss Cox2013-03-211-2/+14
* debug/dwarf: support for DWARF 3Ian Lance Taylor2013-03-194-27/+102
* debug/macho: add doc comment for FormatErrorRob Pike2013-03-111-0/+2
* cmd/ld, runtime: adjust symbol table representationRuss Cox2013-02-261-15/+108
* debug/dwarf: add flag_present attribute encoding.Robin Eklind2013-02-202-0/+5
* all: make tests able to run multiple times.R?my Oudompheng2013-01-271-1/+11
* cmd/ld: use native-endian symbol values in symbol tableRuss Cox2013-01-042-3/+11
* debug/elf: handle missing shstrndx in core filesDave Cheney2012-12-183-3/+63
* debug/elf: fix offset for GNU version symbolsJoel Sing2012-11-151-2/+2
* debug/elf: do not skip first symbol in the symbol tableJoel Sing2012-11-153-27/+41
* debug/pe: support PE files which contain no symbol table (if NumberOfSymbols ...Robin Eklind2012-10-091-37/+41
* debug/pe: add symbol supportJoel Sing2012-09-223-4/+85
* debug/elf: Add support for getting DynTag string table values.Mike Rosset2012-08-032-9/+33
* debug/elf: Expose entry point from Header in File struct.Matthew Horsnell2012-05-212-2/+5
* debug/gosym: in test, use temp binary name in /tmp, and clean up.Brad Fitzpatrick2012-04-091-2/+16
* cmd/cgo: bug fixesRuss Cox2012-02-195-7/+56
* debug/dwarf: address TODO in doc comment for NewRob Pike2012-02-171-2/+3
* debug/gosym: more carefully build the test binary.David Symonds2012-02-161-3/+6
* debug/gosym: dump 6a/6l output to process stdout/stderr so we can see failures.David Symonds2012-02-161-0/+2
* debug/gosym: Remove Makefile, rewrite test using go tool.David Symonds2012-02-163-26/+25
* debug/macho: dropped monstrous URL from package commentAndrew Gerrand2012-02-101-2/+1
* build: remove Make.pkg, Make.toolRuss Cox2012-01-304-52/+0
* src: make use of runtime.GOOS, GOARCH instead of syscall.OS, ARCHMikio Hara2012-01-141-2/+2
* go/build: add new +build tags 'cgo' and 'nocgo'Russ Cox2011-12-212-0/+4
* build: a round of fixesRuss Cox2011-12-201-1/+2
* use new strconv APIRuss Cox2011-12-055-15/+15
* gofmt -s misc srcRuss Cox2011-12-022-67/+67
* all: sort importsRuss Cox2011-11-021-1/+1
* src/pkg/[a-m]*: gofix -r error -force=errorRuss Cox2011-11-019-86/+78
* gofix -r mapdeleteRuss Cox2011-10-181-1/+1
* debug/elf: permit another case of SHT_NOBITS section overlap in testIan Lance Taylor2011-09-141-0/+3
* ld: remove overlap of ELF sections on dynamic binariesGustavo Niemeyer2011-07-201-0/+29
* debug/proc: Remove.Ian Lance Taylor2011-07-1816-2145/+0
* go/printer: changed max. number of newlines from 3 to 2Robert Griesemer2011-07-143-5/+0
* debug/elf: Read ELF Program headers.Matthew Horsnell2011-07-132-1/+82
* debug/pe: fixes ImportedSymbols for Win64.Wei Guangjing2011-07-121-11/+26
* strings.Split: make the default to split all.Rob Pike2011-06-281-1/+1
* os.Error API: don't export os.ErrorString, use os.NewError consistentlyRobert Griesemer2011-06-221-12/+12
* respect goto restrictionsRuss Cox2011-06-171-5/+6
* debug/elf: rename test .o files to .objGustavo Niemeyer2011-06-144-3/+3