delve/pkg/proc/evalop
Alessandro Arzilli 64a46abd81
proc: generalize escapeCheck and allocString (#3687)
* proc: generalize escapeCheck and allocString

Generalizes the function for checking for escaping pointers so that it
can be used to iterate on all pointers of a variable.
Also generalizes the string allocation opcodes so that in the future we
can use it to call other special runtime functions (for example: map
access, channel send/receive, etc).

* review changes
2024-04-19 08:44:47 -07:00
..
evalcompile.go proc: generalize escapeCheck and allocString (#3687) 2024-04-19 08:44:47 -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: generalize escapeCheck and allocString (#3687) 2024-04-19 08:44:47 -07:00