Skip to content

Bit-fields missing from DWARF debug info #21663

@ibuclaw

Description

@ibuclaw
struct S
{
    uint first;
    uint a : 4;
    uint b : 8;
    uint c : 16;
    uint d : 4;
    uint last;
}
(gdb) ptype test.S
type = struct test.S {
    uint first;
    uint last;
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions