Files
clang-p2996/lldb/lit/SymbolFile/NativePDB/Inputs/bitfields.lldbinit
Zachary Turner d2ee4c6ddb [NativePDB] Add support for bitfield records.
Bitfields are represented as LF_MEMBER records whose TypeIndex
points to an LF_BITFIELD record that describes the bit width,
bit offset, and underlying type of the bitfield.  All we need to
do is resolve these when resolving record types.

llvm-svn: 346511
2018-11-09 16:29:19 +00:00

6 lines
98 B
Plaintext

settings set auto-one-line-summaries false
target variable -T TheStruct
target modules dump ast