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

Use .debug_aranges #200

Merged
merged 1 commit into from
May 2, 2021
Merged

Use .debug_aranges #200

merged 1 commit into from
May 2, 2021

Conversation

philipc
Copy link
Contributor

@philipc philipc commented Dec 19, 2020

Some compilers only emit the full ranges in .debug_aranges,
leaving only low/high attributes on the CU, which may overlap
with other CUs. We already have workarounds for this, but it's
better to use the ranges if we have them.

@philipc
Copy link
Contributor Author

philipc commented Dec 19, 2020

Needs gimli-rs/gimli#539

@philipc philipc force-pushed the arange branch 2 times, most recently from f609118 to fc5ec43 Compare December 31, 2020 05:18
Some compilers only emit the full ranges in .debug_aranges,
leaving only low/high attributes on the CU, which may overlap
with other CUs.  We already have workarounds for this, but it's
better to use the ranges if we have them.
@philipc philipc marked this pull request as ready for review May 2, 2021 03:55
@philipc philipc merged commit e927ed7 into gimli-rs:master May 2, 2021
@philipc philipc deleted the arange branch May 2, 2021 04:32
@philipc philipc mentioned this pull request Jun 22, 2021
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

Successfully merging this pull request may close these issues.

1 participant