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

Split DWARF fixes #201

Merged
merged 2 commits into from
Dec 31, 2020
Merged

Split DWARF fixes #201

merged 2 commits into from
Dec 31, 2020

Conversation

philipc
Copy link
Contributor

@philipc philipc commented Dec 31, 2020

No description provided.

Always try find_location() in find_function_or_location().
It is possible that .debug_info contains DIEs for only some of
the functions, so we should always check .debug_line too.
This can happen for the skeleton unit in split DWARF.
If we only have a location, then use the symbol table for the name.
This can happen for split DWARF.
@philipc philipc merged commit 36c72f0 into gimli-rs:master Dec 31, 2020
@philipc philipc deleted the split branch December 31, 2020 06:17
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.

None yet

1 participant