[Lldb-commits] [PATCH] D76808: Fix handling of bit-fields when there is a base class when parsing DWARF

Adrian Prantl via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Mar 26 19:02:47 PDT 2020


aprantl added inline comments.


================
Comment at: lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp:2674
+              // bit-field if this is the first field since the gap can be
+              // attributed to the memebers from the base class. This assumption
+              // is not correct if the first field of the derived class is
----------------
memembers


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

https://reviews.llvm.org/D76808





More information about the lldb-commits mailing list