-
Notifications
You must be signed in to change notification settings - Fork 108
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
Support DWARF version 5 operations and corresponding GNU extensions #140
Comments
Not all of these are in active use. |
Also, I think it would be better not to panic when dumping something unknown. |
Yeah, gimli's dwarfdump currently uses |
The DWARF 5 draft is out now and promotes these to standard. |
|
I started work on this here: https://github.com/tromey/gimli/tree/dwarf-5-eval. But it needs a rebase and isn't complete. |
DW_OP_addrx and DW_OP_constx were implemented in #358. All done! |
My rust binaries are linked with objects that use
DW_OP_GNU_entry_value
. Now that gimli's dwarfdump is displaying locs, it panics when trying to dump my rust binaries.I think I've seen
DW_OP_GNU_implicit_pointer
in use somewhere too.DWARF 5 operations:
The text was updated successfully, but these errors were encountered: