delve/pkg/proc/evalop
Alessandro Arzilli 6cd0b70b30
proc: if a reslice operator is used load the whole slice (#3623)
When the users uses a reslice operation load the whole resliced
variable, ignoring the MaxArrayValues setting.
Only apply this when the 'high' part is specified and a literal and the
'low' part is either unspecified or a literal.

Fixes #3600
2024-01-24 09:21:59 -08:00
..
eval_go117.go proc: use stack machine to evaluate expressions (#3508) 2023-10-17 11:21:59 -07:00
eval_go118.go proc: use stack machine to evaluate expressions (#3508) 2023-10-17 11:21:59 -07:00
evalcompile.go proc: if a reslice operator is used load the whole slice (#3623) 2024-01-24 09:21:59 -08:00
evalop_test.go evalop: fix name of executeOp function in test (#3643) 2024-01-24 09:18:18 -08:00
ops.go proc: if a reslice operator is used load the whole slice (#3623) 2024-01-24 09:21:59 -08:00