summaryrefslogtreecommitdiff
path: root/usr
AgeCommit message (Expand)AuthorFilesLines
2009-10-03clean moreRuss Cox1-0/+2
2009-10-02add comment about C API.Russ Cox1-0/+3
2009-10-02final Native Client package - avRuss Cox5-7/+894
2009-09-30deleteRuss Cox6-820/+0
2009-09-29Native Client SRPC (simple RPC), both server and client.Russ Cox4-0/+959
2009-09-29toy draw implementationRuss Cox5-0/+471
2009-09-25delete unused fileRobert Griesemer1-412/+0
2009-09-25fix to be able to run full gofmt testRobert Griesemer1-3/+0
2009-09-25Add eval and ogle to the build process so they can be kept upAustin Clements1-2/+2
2009-09-25Switch ogle to in-tree gosym package. Delete my private symAustin Clements13-1945/+84
2009-09-25Fix unused importsAustin Clements1-3/+0
2009-09-25s/switch _ :=/switch/Austin Clements5-36/+36
2009-09-24more cleanupRobert Griesemer1-383/+0
2009-09-24cleanup in personal dir:Robert Griesemer5-328/+133
2009-09-24delete obsolete MakefileRobert Griesemer1-30/+0
2009-09-24Switch ogle over to the in-tree debug/proc package. FixAustin Clements15-1944/+99
2009-09-24Fix declared and not used errors in ogle.Austin Clements4-8/+6
2009-09-24Fix declared and not set errors in old ptrace package (stillAustin Clements1-4/+3
2009-09-24Fix declared and not used errors and unused import errors inAustin Clements8-42/+35
2009-09-24Fix declared and not used errors in old sym package (ogleAustin Clements3-9/+8
2009-09-18Rudimentary command shell for Ogle. Hack to prevent linkerAustin Clements6-13/+437
2009-09-18Implement remote variablesAustin Clements2-1/+286
2009-09-15last round: non-package codeRuss Cox1-1/+1
2009-09-04Don't crash in Sym.ReceiverName for symbols like "x.x"Austin Clements1-1/+1
2009-09-04script for running test programs in interpreter.Russ Cox1-0/+34
2009-09-04Make world.Define{Const,Var} indicate if the definition wasAustin Clements3-11/+42
2009-09-04Update debugger to use Abort interfaceAustin Clements6-138/+272
2009-09-03s/Thread/Goroutine/Austin Clements3-108/+110
2009-09-03top-level funcRuss Cox3-15/+10
2009-09-03Thread Thread into Value Get/Set/Assign so other ValueAustin Clements6-221/+210
2009-09-03Implement Go threads. Implement a general event systemAustin Clements6-19/+750
2009-09-03convert testing to World.Russ Cox8-544/+540
2009-09-03Fix uninstalling of breakpoints when a process exits. ProcessAustin Clements1-0/+3
2009-09-02convenience wrapperRuss Cox8-14/+146
2009-09-02move abortChan into Thread.Russ Cox7-45/+46
2009-09-02s/vm/Thread/Russ Cox9-366/+369
2009-09-02Update asInterface now that 6g type switch is fixed.Austin Clements2-19/+15
2009-09-01add generator for expr1.goRuss Cox6-369/+678
2009-09-01Interpreter unit tests for statements and expressionsAustin Clements3-0/+1015
2009-09-01Switch back to returning Value from the public expressionAustin Clements1-23/+35
2009-09-01Clean up the statement and expression public interfaces. TheAustin Clements2-40/+29
2009-09-01Add stack frame support. Architectures are now responsibleAustin Clements5-10/+321
2009-09-01move generated code into its own file.Russ Cox4-867/+817
2009-08-28Split decls.go up, taking advantage of whole-packageAustin Clements6-251/+232
2009-08-28Debugged processes, remote values, and remote type parserAustin Clements3-0/+929
2009-08-28Debugger's remote runtime definitions.Austin Clements1-0/+241
2009-08-28Implement cap, len, and make, as well as the general frameworkAustin Clements4-77/+392
2009-08-28Fix named types being defined to named types. In general, theAustin Clements2-4/+7
2009-08-28Give NamedTypes a public interfaceAustin Clements4-18/+31
2009-08-28Implement runtime errors, divide-by-zero checking, nil pointerAustin Clements4-94/+134