delve/pkg/proc/evalop
Alessandro Arzilli abad6bb97e
proc: use .closureptr for stepping through range-over-func statements (#3763)
* proc: use .closureptr for stepping through range-over-func statements

Uses special variables .closureptr and #yieldN to correctly identify
the parent frame of a range-over-func body closure call.

Updates #3733

* fix
2024-07-11 10:26:38 -07:00
..
evalcompile.go proc: use .closureptr for stepping through range-over-func statements (#3763) 2024-07-11 10:26:38 -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: use .closureptr for stepping through range-over-func statements (#3763) 2024-07-11 10:26:38 -07:00