[Lldb-commits] [PATCH] D114433: [formatters] Draft PR for the list nad forward_list capping_size
    Danil Stefaniuc via Phabricator via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Tue Nov 23 04:46:08 PST 2021
    
    
  
danilashtefan added inline comments.
================
Comment at: lldb/examples/synthetic/gnu_libstdcpp.py:66-69
         if not _list_uses_loop_detector:
             logger >> "Asked not to use loop detection"
+            _list_uses_loop_detector = True
             return False
----------------
I will change this to the following:
`if not _list_uses_loop_detector of self.has_prev:
        logger >> "Asked not to use loop detection
         return False"`
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D114433/new/
https://reviews.llvm.org/D114433
    
    
More information about the lldb-commits
mailing list