Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

debug/gosym: Func lost its Params and Locals #9817

Closed
4ad opened this issue Feb 9, 2015 · 1 comment
Closed

debug/gosym: Func lost its Params and Locals #9817

4ad opened this issue Feb 9, 2015 · 1 comment
Milestone

Comments

@4ad
Copy link
Member

4ad commented Feb 9, 2015

gosym.Func.Params and gosym.Func.Locals is always empty. Unsurprisingly since the code that sets them reads .gosymtab not .gopclntab. We lost this in 1.2.

@minux minux added this to the Go1.5 milestone Feb 10, 2015
@rsc rsc removed the repo-main label Apr 14, 2015
@rsc
Copy link
Contributor

rsc commented Jun 29, 2015

I don't think they're coming back. Use the DWARF information instead.

@rsc rsc closed this as completed Jun 29, 2015
@golang golang locked and limited conversation to collaborators Jun 28, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants