summaryrefslogtreecommitdiff
path: root/src/pkg/debug
Commit message (Expand)AuthorAgeFilesLines
...
* syscall, os, exec: introduce *syscall.SysProcAttr field in os.ProcAttr and ex...Russ Cox2011-06-141-3/+5
* cgo: handle new Apple LLVM-based gcc from Xcode 4.2Russ Cox2011-06-132-2/+8
* pkg: spelling tweaks, A-HRobert Hencke2011-05-184-6/+6
* cgo: handle versioned ELF symbolsRuss Cox2011-04-272-48/+166
* src/pkg: make package doc comments consistently start with "Package foo".Nigel Tao2011-04-201-3/+3
* os: New Open API.Rob Pike2011-04-044-4/+4
* os: add Seek whence constantsBrad Fitzpatrick2011-04-042-7/+7
* debug/gosym: remove need for gotest to run preparatory commands.Rob Pike2011-03-292-3/+6
* debug/proc: fix buildRuss Cox2011-03-153-3/+3
* os, syscall: add ProcAttr type. Change StartProcess etc. to use it.Roger Peppe2011-03-151-6/+12
* debug/pe: ImportedSymbols fixesWei Guangjing2011-02-101-20/+13
* cgo: windows/386 portWei Guangjing2011-01-201-0/+78
* cgo: add complex float, complex doubleSebastien Binet2011-01-194-15/+25
* remove naclRuss Cox2010-12-152-25/+0
* gofmt -s -w srcMikio Hara2010-12-111-2/+2
* debug/elf, debug/macho: add ImportedLibraries, ImportedSymbolsRuss Cox2010-12-084-23/+384
* debug/pe, cgo: add windows supportWei Guangjing2010-11-017-0/+401
* use appendRuss Cox2010-10-272-25/+3
* use copyRuss Cox2010-10-262-12/+4
* debug/gosym: do not run when cross-compilingRuss Cox2010-10-251-1/+1
* gofmt -s -w src miscRobert Griesemer2010-10-225-560/+560
* fix buildRuss Cox2010-10-211-31/+2
* 5l, 6l, 8l: first pass cleanupRuss Cox2010-10-131-2/+0
* debug/proc: ... changes (fix build)Russ Cox2010-09-241-3/+3
* proc, eval: Don't assign address of an array to a slice.Ian Lance Taylor2010-08-301-1/+1
* syscall: regenerate syscall/z* files for linux/386, linux/amd64Ivan Krasin2010-08-201-12/+12
* build: no required environment variablesRuss Cox2010-08-185-5/+5
* fix buildRuss Cox2010-07-121-12/+11
* debug/dwarf: update PDF link.Rob Pike2010-06-221-1/+1
* misc cleanup: gofmt + &x -> x[0:] conversionRuss Cox2010-06-082-11/+11
* changes &x -> x[0:] for array to slice conversionRuss Cox2010-05-271-1/+1
* rename GOOS=mingw to GOOS=windowsAlex Brainman2010-04-293-2/+2
* debug/elf: Fix doc commentsEvan Shaw2010-04-112-36/+11
* debug/proc: fix typo in package documentationRobert Griesemer2010-04-021-1/+1
* debug/macho: fix error message formatRobert Griesemer2010-04-011-2/+2
* debug/macho: don't crash when reading non-Mach-O filesRobert Griesemer2010-04-012-1/+11
* single argument panic on non-darwin and in commentsRuss Cox2010-03-303-5/+5
* simplify various code using new map index ruleRuss Cox2010-03-301-2/+2
* gofmt: modified algorithm for alignment of multi-line composite/list entriesRobert Griesemer2010-03-041-14/+14
* gofmt: experiment: align values in map composites where possibleRobert Griesemer2010-03-026-166/+166
* Added mingw specific build stubs.Joe Poirier2010-02-043-0/+27
* debug/gosym: fix test for new 6lRuss Cox2010-02-031-1/+1
* Change type of Printf's args to ... interface{}Rob Pike2010-02-021-3/+3
* eliminate the package global name space assumption in object filesRuss Cox2010-01-221-1/+1
* 1) Change default gofmt default settings forRobert Griesemer2009-12-1523-2402/+2402
* move ReadFile, WriteFile, and ReadDir into a separate io/ioutil package.Rob Pike2009-12-021-2/+2
* fix for broken build (built-in new was invisible due to a parameter called 'n...Robert Griesemer2009-11-241-6/+6
* Change to container/vector interface:Robert Griesemer2009-11-241-2/+2
* go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia2009-11-235-10/+10
* gofmt -r '?[?:len(?)] -> ?[?:]' -w src/cmd src/pkgRuss Cox2009-11-207-20/+20