This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 72d7384b7 Add existing unit tests to Xcode project new 79a45110f Expose active and available platform lists via SBDebugger API
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/API/SBDebugger.h | 19 ++++++ include/lldb/API/SBStructuredData.h | 1 + .../functionalities/platform/TestPlatformPython.py | 70 ++++++++++++++++++++++ .../python_api/default-constructor/sb_debugger.py | 4 ++ scripts/interface/SBDebugger.i | 28 +++++++++ source/API/SBDebugger.cpp | 64 ++++++++++++++++++++ 6 files changed, 186 insertions(+) create mode 100644 packages/Python/lldbsuite/test/functionalities/platform/TestPla [...]