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

Add handling for incomplete types in DWARF debug data #39

Merged
merged 1 commit into from
Sep 26, 2024

Conversation

DanielT
Copy link
Owner

@DanielT DanielT commented Sep 26, 2024

C allows incomplete type declarations.
For example "struct foo;" only tells the compiler that his type exists, and results in a stub type entry with the attribute DW_AT_declaration in the DWARF data.
The DWARF typereader can now handle this case.

Fixes issue #38

C allows incomplete type declarations.
For example "struct foo;" only tells the compiler that his type exists, and
results in a stub type entry with the attribute DW_AT_declaration in the DWARF
data.
The DWARF typereader can now handle this case.

Fixes issue #38
@DanielT DanielT merged commit c1100bd into master Sep 26, 2024
1 check passed
@DanielT DanielT deleted the incomplete_types_v2 branch September 26, 2024 05:15
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