[Lldb-commits] [PATCH] D13678: [libstdc++ data-formatters] Remove size limits and loop detector.

Enrico Granata via lldb-commits lldb-commits at lists.llvm.org
Mon Oct 12 16:08:06 PDT 2015


granata.enrico added a comment.

Removing the size limit would be acceptable, yes

It is a remnant of a time when LLDB lacked ways to actually cap data at the command-line level and the Xcode UI did not do lazy fetching of values

Given that these things now work properly, the ability to generate *all* children for large lists should be safe


http://reviews.llvm.org/D13678





More information about the lldb-commits mailing list