1
0
mirror of https://github.com/golang/go synced 2024-11-12 10:30:23 -07:00
go/usr/austin
Austin Clements 155fe7925b Add stack frame support. Architectures are now responsible
for decoding closures.  There is now no notion of a current OS
thread, though that needs to come back in the form of a
current Go thread.  As a result, Process now implements Peek
and Poke and maps them to any stopped OS thread, since they
all share the address space anyways.

R=rsc
APPROVED=rsc
DELTA=322  (310 added, 3 deleted, 9 changed)
OCL=34136
CL=34201
2009-09-01 13:01:37 -07:00
..
eval move generated code into its own file. 2009-09-01 11:51:33 -07:00
ogle Add stack frame support. Architectures are now responsible 2009-09-01 13:01:37 -07:00
ptrace Make stop causes pointers so users outside the package can 2009-08-21 15:54:54 -07:00
sym remove Line in bufio.ReadLine(Bytes|Slice|String) 2009-08-27 11:20:15 -07:00