]> Cypherpunks repositories - gostls13.git/commit
Implement Go threads. Implement a general event system
authorAustin Clements <aclements@csail.mit.edu>
Thu, 3 Sep 2009 23:59:41 +0000 (16:59 -0700)
committerAustin Clements <aclements@csail.mit.edu>
Thu, 3 Sep 2009 23:59:41 +0000 (16:59 -0700)
commitdb27b5bcb14e0bff7ca004a87292fa4e7a2817d1
tree2859c2997ce02024c5af54362ca89cdaf854d78f
parent55ba20ec2d50f52ae593b93dce58de5cef20629c
Implement Go threads.  Implement a general event system
including breakpoints and Go thread create/exit.

R=rsc
APPROVED=rsc
DELTA=751  (729 added, 6 deleted, 16 changed)
OCL=34345
CL=34351
usr/austin/ogle/event.go [new file with mode: 0644]
usr/austin/ogle/frame.go
usr/austin/ogle/process.go
usr/austin/ogle/rruntime.go
usr/austin/ogle/rtype.go
usr/austin/ogle/thread.go [new file with mode: 0644]