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

DWARF5 support #183

Closed
khuey opened this issue Feb 16, 2017 · 2 comments
Closed

DWARF5 support #183

khuey opened this issue Feb 16, 2017 · 2 comments

Comments

@khuey
Copy link
Contributor

khuey commented Feb 16, 2017

http://www.dwarfstd.org/doc/DWARF5.pdf

There appear to be some non-backwards compatible changes. I don't know when we'll start seeing compilers output DWARF 5.

@tromey
Copy link
Member

tromey commented Feb 16, 2017

GCC can already emit DWARF 5. You can search for dwarf_version here to see details of what it does: https://gcc.gnu.org/viewcvs/gcc/trunk/gcc/dwarf2out.c?view=co&revision=245052&content-type=text%2Fplain

I didn't check to see if this work made it into a released GCC yet.

@khuey
Copy link
Contributor Author

khuey commented Mar 18, 2017

Dupe of #140

@khuey khuey closed this as completed Mar 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants