• Home
  • History
  • Annotate
  • only in /external/lldb/examples/synthetic/bitfield/
History log of /external/lldb/examples/synthetic/bitfield/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c01344c2c90c44375f39d7160c44ee3b8abce656 23-Oct-2012 Enrico Granata <egranata@apple.com> <rdar://problem/12523238> Commit 2 of 3

Adding the new has_children (or MightHaveChildren() in C++) for the existing synthetic children providers
In a few cases, the new call is going to be much more efficient than the previous num_children > 0 check
When the optimization was marginal (e.g. std::vector<>), the choice was to use num_children in order to keep
implementation details in one function instead of duplicating code

Next step is to provide test cases



git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@166506 91177308-0d34-0410-b5e6-96231b3b80d8
xample.py
7e0423864d9917a4357e9250a8c50324a2ab8869 17-Mar-2012 Enrico Granata <egranata@apple.com> Adding a new example of synthetic children provider

git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@152970 91177308-0d34-0410-b5e6-96231b3b80d8
xample.py
rogram.cpp