[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 15:10:10 PDT 2015


granata.enrico added a comment.

Why are you removing the loop detection?

As for the size capping, yes, if you remove the loop detection it will be less of a problem because downstream commands (e.g. frame variable) will actually cap how many elements get fetched unless the user overrides that determination (or the API is used directly to retrieve values)


http://reviews.llvm.org/D13678





More information about the lldb-commits mailing list