delve/service/api
Alessandro Arzilli dd4fd5dc9c proc: allow simultaneous call injection to multiple goroutines (#1591)
* proc: allow simultaneous call injection to multiple goroutines

Changes the call injection code so that we can have multiple call
injections going on at the same time as long as they happen on distinct
goroutines.

* proc: fix EvalExpressionWithCalls for constant expressions

The lack of address of constant expressions would confuse EvalExpressionWithCalls

Fixes #1577
2019-06-30 10:44:30 -07:00
..
conversions.go proc: support debugging plugins (#1414) 2019-05-08 14:06:38 -07:00
prettyprint.go service/api: add quotes around types when needed in prettyprint.go (#1500) 2019-02-26 08:51:18 -08:00
types.go proc: allow simultaneous call injection to multiple goroutines (#1591) 2019-06-30 10:44:30 -07:00