summaryrefslogtreecommitdiff
path: root/usr/austin/ogle/process.go
AgeCommit message (Expand)AuthorFilesLines
2009-10-14move austin/eval and austin/ogle to exp/eval and exp/ogleRuss Cox1-541/+0
2009-09-25Switch ogle to in-tree gosym package. Delete my private symAustin Clements1-32/+53
2009-09-24Switch ogle over to the in-tree debug/proc package. FixAustin Clements1-33/+33
2009-09-18Rudimentary command shell for Ogle. Hack to prevent linkerAustin Clements1-6/+12
2009-09-04Update debugger to use Abort interfaceAustin Clements1-8/+13
2009-09-03s/Thread/Goroutine/Austin Clements1-54/+55
2009-09-03Implement Go threads. Implement a general event systemAustin Clements1-16/+331
2009-09-01Add stack frame support. Architectures are now responsibleAustin Clements1-5/+69
2009-08-28Debugged processes, remote values, and remote type parserAustin Clements1-0/+129