delve/proctl
Derek Parker 5ece8d3b69 Use allm info to attach to existing threads
This remove reliance on the procfs for figuring out what threads are
already active when we attach to a running process. The allm linked list
will be present to matter what OS we're on, whereas procfs will not be
present everywhere.

This is the first in a series of steps to support more platforms.
2014-12-02 10:15:51 -06:00
..
proctl_linux_amd64.go Use allm info to attach to existing threads 2014-12-02 10:15:51 -06:00
proctl_test.go Remove timeoutWait due to improved scheduler handling 2014-11-26 20:45:29 -06:00
threads_linux_amd64.go Remove timeoutWait due to improved scheduler handling 2014-11-26 20:45:29 -06:00
variables_linux_amd64.go Improve handling of Go runtime scheduler 2014-11-26 20:35:53 -06:00
variables_test.go Improve variable evaluation scope 2014-11-10 21:26:13 -06:00