labath added a subscriber: labath.
labath added a comment.

Not really my area, but couldn't the needed functionality be implemented on top 
of GetChildAtIndex(). I mean, if GetChildAtIndex(50) returns a valid SBValue, 
then the container has at least 50 elements, right?
Then `HasAtLeastNChildren(n) == GetChildAtIndex(n).IsValid()` and we don't need 
to add anything to the public API. Or am I missing something here... (?)


http://reviews.llvm.org/D13778



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to