[Lldb-commits] [PATCH] D72953: Fix the handling of unnamed bit-fields when parsing DWARF

Adrian Prantl via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Jan 17 13:26:50 PST 2020


aprantl added inline comments.


================
Comment at: lldb/packages/Python/lldbsuite/test/lang/c/bitfields/TestBitfields.py:155
+                '(int:32)  = ',
+                '(unsigned int:20) a =',
+                ])
----------------
Why don't we inspect the values of fields, too?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D72953/new/

https://reviews.llvm.org/D72953





More information about the lldb-commits mailing list