[Lldb-commits] [PATCH] D142341: [LLDB][NFC] Fix valobj_sp null pointer checks in lldb/source/Plugins/Language/
    Dave Lee via Phabricator via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Fri Feb 17 07:21:45 PST 2023
    
    
  
kastiglione added inline comments.
================
Comment at: lldb/source/Plugins/Language/ObjC/NSSet.cpp:673-675
   if (valobj_sp)
+    SyntheticChildrenFrontEnd(*valobj_sp);
     Update();
----------------
by the way, these changes are missing `{}` around the `if` body.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D142341/new/
https://reviews.llvm.org/D142341
    
    
More information about the lldb-commits
mailing list