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

Names from typedefs #52

Merged
merged 2 commits into from
Aug 21, 2023
Merged

Names from typedefs #52

merged 2 commits into from
Aug 21, 2023

Commits on Aug 17, 2023

  1. Get names from typedefs for anonymous structs

    In C, an anonymous struct can be named using a typedef. Prior to this
    commit, dwarf2json ignores typedefs and generates unnamed user_types for
    anonymous structs. This makes it difficult to refer to those types.
    
    This commit uses a typedef's name to refer to a user_type when
    dwarf2json encounters an anonymous struct instead of using a generated
    name.
    Melka Konshie committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    9b43eb8 View commit details
    Browse the repository at this point in the history
  2. Bump tool version to 0.7.0

    Melka Konshie committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    b1c81af View commit details
    Browse the repository at this point in the history