1
0
mirror of https://github.com/golang/go synced 2024-10-04 16:31:22 -06:00
go/usr/austin/ptrace
Austin Clements 1902283053 Fix handling of non-waitable zombie threads. Now they are not
considered running, so WaitStop doesn't lock up and
breakpoints get installed and uninstalled.  We also don't try
to detach from them, since that will fail.

R=rsc
APPROVED=rsc
DELTA=35  (26 added, 2 deleted, 7 changed)
OCL=31683
CL=31731
2009-07-16 09:48:37 -07:00
..
process.go Implementation of process tracing using Linux's ptrace. 2009-07-14 15:12:10 -07:00
ptrace_linux.go Fix handling of non-waitable zombie threads. Now they are not 2009-07-16 09:48:37 -07:00
ptrace-nptl.txt Fix handling of non-waitable zombie threads. Now they are not 2009-07-16 09:48:37 -07:00
regs_linux_amd64.go Implementation of process tracing using Linux's ptrace. 2009-07-14 15:12:10 -07:00