cmd/link: assembly files omitted from debug_line section [Debugging] #25216
Labels
Comments
Duplicate of #25191? Might be worth adding your observation there. |
Change https://golang.org/cl/110816 mentions this issue: |
@mundaym yes, it does look like a duplicate of that. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: