mirror of
https://github.com/go-delve/delve.git
synced 2025-11-02 12:59:01 +08:00
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.