[Lldb-commits] [PATCH] D13778: [SBValue] Add a method HasChildAtIndex.

Enrico Granata via lldb-commits lldb-commits at lists.llvm.org
Thu Oct 15 11:49:49 PDT 2015


granata.enrico requested changes to this revision.
granata.enrico added a comment.
This revision now requires changes to proceed.

If so, why do you need this to be exposed as a call that LLDB knows about?

You are free to provide any methods you want in your synthetic child providers. Adding them to the interface as this patch does is only necessary if you want LLDB to use the new methods as part of its interaction with the child provider.


http://reviews.llvm.org/D13778





More information about the lldb-commits mailing list