[Lldb-commits] [PATCH] D13778: [SBValue] Add a method GetNumChildren(uint32_t max)

Siva Chandra via lldb-commits lldb-commits at lists.llvm.org
Tue Oct 20 15:11:32 PDT 2015


sivachandra updated this revision to Diff 37937.
sivachandra added a comment.

Add tests.


http://reviews.llvm.org/D13778

Files:
  include/lldb/API/SBValue.h
  include/lldb/Core/ValueObject.h
  include/lldb/Core/ValueObjectCast.h
  include/lldb/Core/ValueObjectChild.h
  include/lldb/Core/ValueObjectConstResult.h
  include/lldb/Core/ValueObjectDynamicValue.h
  include/lldb/Core/ValueObjectMemory.h
  include/lldb/Core/ValueObjectRegister.h
  include/lldb/Core/ValueObjectSyntheticFilter.h
  include/lldb/Core/ValueObjectVariable.h
  include/lldb/DataFormatters/TypeSynthetic.h
  include/lldb/Interpreter/ScriptInterpreter.h
  scripts/Python/python-wrapper.swig
  scripts/interface/SBValue.i
  source/API/SBValue.cpp
  source/API/SystemInitializerFull.cpp
  source/Core/ValueObject.cpp
  source/Core/ValueObjectCast.cpp
  source/Core/ValueObjectChild.cpp
  source/Core/ValueObjectConstResult.cpp
  source/Core/ValueObjectDynamicValue.cpp
  source/Core/ValueObjectMemory.cpp
  source/Core/ValueObjectRegister.cpp
  source/Core/ValueObjectSyntheticFilter.cpp
  source/Core/ValueObjectVariable.cpp
  source/DataFormatters/TypeSynthetic.cpp
  source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
  source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h
  test/functionalities/data-formatter/data-formatter-synthval/TestDataFormatterSynthVal.py
  test/functionalities/data-formatter/data-formatter-synthval/main.cpp
  test/functionalities/data-formatter/data-formatter-synthval/myIntSynthProvider.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13778.37937.patch
Type: text/x-patch
Size: 23934 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20151020/1442d0c7/attachment-0001.bin>


More information about the lldb-commits mailing list