mib added inline comments.

================
Comment at: lldb/source/Plugins/Language/ObjC/Cocoa.cpp:294
+          // This is the bitfield case.  The bitfield is a uint64_t:
+          count = process_sp->ReadUnsignedIntegerFromMemory(
+              valobj_addr + 2 * ptr_size, 8, 0, error);
----------------
Do we want to overwrite the `count` read previously ?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D157022

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to