With older DWARF versions we don't encode the enum's underlying
type in DWARF. In those cases LLDB sign-extends the bitfield as
a signed integer. Without the actual enum type being present in
DWARF there's not much we can do.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo