delve/pkg
Alessandro Arzilli d4104a6bcc
proc: remove expr evaluation goroutine from EvalExpressionWithCalls (#3532)
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.
2023-10-23 12:29:04 -07:00
..
astutil proc: when stepping set condition on thread ID if there is no curg (#3475) 2023-08-21 12:30:56 -07:00
config all: replace deprecated io/ioutil with io and os (#3509) 2023-09-25 11:41:59 -07:00
dwarf proc: use stack machine to evaluate expressions (#3508) 2023-10-17 11:21:59 -07:00
elfwriter terminal,service,proc/*: adds dump command (gcore equivalent) (#2173) 2021-01-29 13:39:33 -08:00
gobuild all: replace deprecated io/ioutil with io and os (#3509) 2023-09-25 11:41:59 -07:00
goversion goversion: parse new version format and simplify version representation (#3470) 2023-08-16 09:55:02 -07:00
locspec locspec: fix SubstitutePath when converting a Windows path to Linux (#3453) 2023-08-14 15:34:29 -07:00
logflags all: replace deprecated io/ioutil with io and os (#3509) 2023-09-25 11:41:59 -07:00
proc proc: remove expr evaluation goroutine from EvalExpressionWithCalls (#3532) 2023-10-23 12:29:04 -07:00
terminal pkg/terminal: support vscode in edit command (#3524) 2023-10-09 17:58:21 +02:00
version all: remove obsolete build tags "// +build" (#3513) 2023-10-03 08:50:11 -07:00