aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/debug
AgeCommit message (Expand)Author
2009-11-05gofmt'ed debugRobert Griesemer
2009-11-02Define constants for sizes of Sym structures.Ian Lance Taylor
2009-11-02Fix cgo for GCC 4.4Adam Langley
2009-10-27files that are okay from the last gofmt roundRuss Cox
2009-10-23all of pkg now compiles, fixes a few more testsKai Backman
2009-10-20base64 -> encoding/base64Russ Cox
2009-10-15fix linux build:Russ Cox
2009-10-15Implement error handling on process monitor exit. Now, beforeAustin Clements
2009-10-08more lgtm files from gofmtRuss Cox
2009-10-06gofmt on crypto, debugRuss Cox
2009-09-25Switch ogle to in-tree gosym package. Delete my private symAustin Clements
2009-09-24add Size method to dwarf.TypeRuss Cox
2009-09-24Switch ogle over to the in-tree debug/proc package. FixAustin Clements
2009-09-22nacl syscall package.Russ Cox
2009-09-18fix build again; this time for sure. sighRuss Cox
2009-09-18fix build - missing fileRuss Cox
2009-09-18add DWARF method to elf.File.Russ Cox
2009-09-18Mach-O file readingRuss Cox
2009-09-17unused importsRuss Cox
2009-09-16parse and present DWARF type informationRuss Cox
2009-09-15basic DWARF reading.Russ Cox
2009-09-15final batch for "declared and not used"Russ Cox
2009-09-15more "declared and not used".Russ Cox
2009-09-04Don't crash in Sym.ReceiverName for symbols like "x.x"Austin Clements
2009-09-03fix linux 386 buildRuss Cox
2009-09-03Fix uninstalling of breakpoints when a process exits. ProcessAustin Clements
2009-09-02fix buildRuss Cox
2009-09-01make debug/proc "build" on more architecturesRuss Cox
2009-09-01import debug/gosym from usr/austin/symRuss Cox
2009-09-01import debug/proc from usr/austin/ptraceRuss Cox
2009-08-31elf file parserRuss Cox
2009-08-31package debug/binaryRuss Cox
2009-08-31translate C ld/elf.h into GoRuss Cox
1988-04-01last-minute fix: convert to ANSI CBrian Kernighan
1988-04-01convert to Draft-Proposed ANSI CBrian Kernighan
1974-01-20convert to CBrian Kernighan
1972-07-18hello, worldBrian Kernighan