delve/pkg/dwarf/reader
aarzilli 4a004e4bc1 proc: do not check return args when loading return vals of call injection
When the function we are calling is an autogenerated stub (because, for
example, we are calling it through a function pointer) the declaration
line of variables is meaningless and could cause us to discard valid
return arguments.
2021-10-02 15:44:30 +02:00
..
reader.go *: clean up staticcheck problems (#2723) 2021-09-28 12:07:42 -07:00
variables.go proc: do not check return args when loading return vals of call injection 2021-10-02 15:44:30 +02:00