This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from c10037436 Move endian constant from Host.h to SwapByteOrder.h, prune include new 7106b2685 [LLDB] bugfix: command script add -f doesn't work for some callables new a02214bc7 convert LLDBSwigPythonCallTypeScript to ArgInfo::max_positional_args
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: .../commands/command/script/TestCommandScript.py | 17 +++++- .../test/commands/command/script/callables.py | 63 ++++++++++++++++++++++ .../test/commands/command/script/py_import | 19 +++++++ .../expression/formatters/TestFormatters.py | 15 ++++++ .../commands/expression/formatters/formatters.py | 7 +++ scripts/Python/python-wrapper.swig | 27 ++++++---- .../ScriptInterpreter/Python/PythonDataObjects.cpp | 20 ++++--- .../ScriptInterpreter/Python/PythonDataObjects.h | 7 ++- .../Python/PythonDataObjectsTests.cpp | 48 ++++++++++++++--- 9 files changed, 199 insertions(+), 24 deletions(-) create mode 100644 packages/Python/lldbsuite/test/commands/command/script/callables.py