summaryrefslogtreecommitdiff
path: root/src/pkg/debug
AgeCommit message (Expand)AuthorFilesLines
2009-11-20gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkgRuss Cox7-20/+20
2009-11-17FreeBSD/i386 workDevon H. O'Dell1-0/+5
2009-11-17FreeBSD-specific porting work.Devon H. O'Dell2-0/+22
2009-11-09 - replaced gofmt expression formatting algorithm withRobert Griesemer13-63/+63
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer24-465/+465
2009-11-08bug212, bug213.Russ Cox1-1/+1
2009-11-06- fine-tuning of one-line func heuristic (nodes.go)Robert Griesemer13-327/+109
2009-11-05- fix elf.go manually so it is idempotent for gofmtRobert Griesemer1-8/+5
2009-11-05gofmt the last outstanding files in src/pkgRobert Griesemer1-3/+3
2009-11-05- gofmt'ing of some stragglers, now with correct comment indentationRobert Griesemer1-53/+55
2009-11-05gofmt'ed debugRobert Griesemer7-147/+194
2009-11-02Define constants for sizes of Sym structures.Ian Lance Taylor1-0/+3
2009-11-02Fix cgo for GCC 4.4Adam Langley5-0/+181
2009-10-27files that are okay from the last gofmt roundRuss Cox2-17/+9
2009-10-23all of pkg now compiles, fixes a few more testsKai Backman1-0/+56
2009-10-20base64 -> encoding/base64Russ Cox10-326/+7
2009-10-15fix linux build:Russ Cox1-12/+12
2009-10-15Implement error handling on process monitor exit. Now, beforeAustin Clements1-20/+36
2009-10-08more lgtm files from gofmtRuss Cox8-31/+31
2009-10-06gofmt on crypto, debugRuss Cox22-1681/+1780
2009-09-25Switch ogle to in-tree gosym package. Delete my private symAustin Clements1-1/+3
2009-09-24add Size method to dwarf.TypeRuss Cox1-6/+27
2009-09-24Switch ogle over to the in-tree debug/proc package. FixAustin Clements1-1/+1
2009-09-22nacl syscall package.Russ Cox2-0/+26
2009-09-18fix build again; this time for sure. sighRuss Cox1-3/+3
2009-09-18fix build - missing fileRuss Cox1-0/+0
2009-09-18add DWARF method to elf.File.Russ Cox4-33/+65
2009-09-18Mach-O file readingRuss Cox7-0/+775
2009-09-17unused importsRuss Cox5-18/+9
2009-09-16parse and present DWARF type informationRuss Cox9-9/+933
2009-09-15basic DWARF reading.Russ Cox6-0/+950
2009-09-15final batch for "declared and not used"Russ Cox1-4/+3
2009-09-15more "declared and not used".Russ Cox2-3/+3
2009-09-04Don't crash in Sym.ReceiverName for symbols like "x.x"Austin Clements1-1/+1
2009-09-03fix linux 386 buildRuss Cox2-5/+118
2009-09-03Fix uninstalling of breakpoints when a process exits. ProcessAustin Clements1-0/+3
2009-09-02fix buildRuss Cox3-0/+25
2009-09-01make debug/proc "build" on more architecturesRuss Cox4-17/+1
2009-09-01import debug/gosym from usr/austin/symRuss Cox7-2/+950
2009-09-01import debug/proc from usr/austin/ptraceRuss Cox9-0/+1892
2009-08-31elf file parserRuss Cox4-0/+453
2009-08-31package debug/binaryRuss Cox3-0/+318
2009-08-31translate C ld/elf.h into GoRuss Cox3-0/+1632
1988-04-01last-minute fix: convert to ANSI CBrian Kernighan1-1/+3
1988-04-01convert to Draft-Proposed ANSI CBrian Kernighan1-2/+5
1974-01-20convert to CBrian Kernighan2-7/+3
1972-07-18hello, worldBrian Kernighan1-0/+7