[Lldb-commits] [PATCH] D13778: [SBValue] Add a method HasChildAtIndex.
Siva Chandra via lldb-commits
lldb-commits at lists.llvm.org
Fri Oct 16 06:17:19 PDT 2015
sivachandra added a comment.
There could be an error reading the k-th element for k < n.In which case, we will wrongly conclude that there are only k-1 elements.
http://reviews.llvm.org/D13778
More information about the lldb-commits
mailing list