[Lldb-commits] [PATCH] D157022: Fix the NSIndexSet formatter for macOS Sonoma
Med Ismail Bennani via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Aug 3 11:36:15 PDT 2023
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
More information about the lldb-commits
mailing list