Skip to content

missing support for DW_TAG_enumeration_type #5

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

Closed
nickdesaulniers opened this issue Aug 9, 2021 · 0 comments · Fixed by #6
Closed

missing support for DW_TAG_enumeration_type #5

nickdesaulniers opened this issue Aug 9, 2021 · 0 comments · Fixed by #6
Labels
enhancement New feature or request

Comments

@nickdesaulniers
Copy link
Member

I just noticed that @nathanchance reported here:

$ $ python3 ../../github/frame-larger-than/frame_larger_than.py drivers/gpu/drm/amd/amdgpu/../display/dc/dml/dcn20/display_mode_vba_20.o dml20_ModeSupportAndSystemConfigurationFull
Unsupported type info for DW_TAG_enumeration_type, implement me!
DIE DW_TAG_enumeration_type, size=12, has_children=True
    |DW_AT_type        :  AttributeValue(name='DW_AT_type', form='DW_FORM_ref4', value=75, raw_value=75, offset=638)
    |DW_AT_name        :  AttributeValue(name='DW_AT_name', form='DW_FORM_strp', value=b'dm_validation_status', raw_value=2265, offset=642)
    |DW_AT_byte_size   :  AttributeValue(name='DW_AT_byte_size', form='DW_FORM_data1', value=4, raw_value=4, offset=646)
    |DW_AT_decl_file   :  AttributeValue(name='DW_AT_decl_file', form='DW_FORM_data1', value=1, raw_value=1, offset=647)
    |DW_AT_
@nickdesaulniers nickdesaulniers added the enhancement New feature or request label Aug 9, 2021
nathanchance added a commit that referenced this issue Dec 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant