delve/pkg/proc/evalop
Alessandro Arzilli 4b628b81cb
proc: refactor identifier evaluation for range-over-func support (#3738)
Because of how range-over-func is implemented it is difficult to
determine the set of visible local variables during expression
compilation (i.e. it is difficulto to keep the HasLocal function
correct).
This commit moves that logic from expression compilation to expression
evaluation.

Updates #3733
2024-06-14 14:36:11 -07:00
..
evalcompile.go proc: refactor identifier evaluation for range-over-func support (#3738) 2024-06-14 14:36:11 -07:00
evalop_test.go evalop: fix name of executeOp function in test (#3643) 2024-01-24 09:18:18 -08:00
ops.go proc: refactor identifier evaluation for range-over-func support (#3738) 2024-06-14 14:36:11 -07:00