Navigation Menu

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

cmd/link: assembly files omitted from debug_line section [Debugging] #25216

Closed
aarzilli opened this issue May 2, 2018 · 3 comments
Closed

cmd/link: assembly files omitted from debug_line section [Debugging] #25216

aarzilli opened this issue May 2, 2018 · 3 comments

Comments

@aarzilli
Copy link
Contributor

aarzilli commented May 2, 2018

Please answer these questions before submitting your issue. Thanks!

What version of Go are you using (go version)?

500d79c

Does this issue reproduce with the latest release?

No

.debug_line does not have any entries for assembly files, this happens because the assembler does not produce pcstmt symbols and writelines needs them.

@mundaym
Copy link
Member

mundaym commented May 2, 2018

Duplicate of #25191? Might be worth adding your observation there.

@gopherbot
Copy link

Change https://golang.org/cl/110816 mentions this issue: cmd/link: let writelines work when pcstmt symbol doesn't exist

@aarzilli
Copy link
Contributor Author

aarzilli commented May 2, 2018

@mundaym yes, it does look like a duplicate of that.

@golang golang locked and limited conversation to collaborators May 2, 2019
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