You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
oh, 0x00005203 is a pointer type, it points to a const void. void has an empty DW_TAG_const_type.
const void is pretty funny. "I don't know what this type is, but you'd better not modify it!"
nickdesaulniers
changed the title
WARNING: broken DIE: DIE DW_TAG_const_type, size=1, has_children=False
clang const void* producing: WARNING: broken DIE: DIE DW_TAG_const_type, size=1, has_children=False
Oct 5, 2022
I think this is coming from pyelftools. Just filing a bug for now in case others come across this, too.
The text was updated successfully, but these errors were encountered: