This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 72350e6ea whitespace cleanup new c302ff31d remove multi-argument form of PythonObject::Reset()
The 1 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: include/lldb/Interpreter/ScriptInterpreter.h | 3 + scripts/Python/python-extensions.swig | 205 +++------------ scripts/Python/python-typemaps.swig | 21 +- scripts/Python/python-wrapper.swig | 43 --- scripts/lldb.swig | 5 + .../ScriptInterpreter/Python/CMakeLists.txt | 1 - .../ScriptInterpreter/Python/PythonDataObjects.cpp | 137 ++++++++-- .../ScriptInterpreter/Python/PythonDataObjects.h | 115 +++++--- .../Python/PythonExceptionState.cpp | 169 ------------ .../Python/PythonExceptionState.h | 56 ---- .../Python/ScriptInterpreterPython.cpp | 291 +++++++++------------ .../Python/ScriptInterpreterPythonImpl.h | 26 +- unittests/ScriptInterpreter/Python/CMakeLists.txt | 1 - .../Python/PythonDataObjectsTests.cpp | 84 ++++++ .../Python/PythonExceptionStateTests.cpp | 164 ------------ 15 files changed, 453 insertions(+), 868 deletions(-) delete mode 100644 source/Plugins/ScriptInterpreter/Python/PythonExceptionState.cpp delete mode 100644 source/Plugins/ScriptInterpreter/Python/PythonExceptionState.h delete mode 100644 unittests/ScriptInterpreter/Python/PythonExceptionStateTests.cpp