mirror of
https://github.com/go-delve/delve.git
synced 2025-10-28 04:35:19 +08:00
We have used a goroutine to keep track of some of the expression evaluation status across target resumes during call injections. Now that the expression interpreter has been rewritten to use a stack machine we can move what little state is left into the stack machine and get rid of the goroutine-and-channel mechanism.