This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 435ed8c [cmake] Add ability to customize (and skip) debugserver codesign new 422b4e7 Add "-gmodules" support to the test suite.
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: packages/Python/lldbsuite/support/gmodules.py | 30 ++++++++++++++++++++++ packages/Python/lldbsuite/test/decorators.py | 12 --------- .../top-level/TestTopLevelExprs.py | 1 + .../functionalities/dead-strip/TestDeadStrip.py | 1 + .../lang/c/global_variables/TestGlobalVariables.py | 2 +- .../lang/cpp/gmodules/TestWithModuleDebugging.py | 8 +----- .../test/lang/objc/foundation/TestObjCMethods2.py | 1 + .../test/lang/objc/foundation/TestRuntimeTypes.py | 1 + packages/Python/lldbsuite/test/lldbinline.py | 15 ++++++++--- packages/Python/lldbsuite/test/lldbtest.py | 24 +++++++++++++++-- packages/Python/lldbsuite/test/make/Makefile.rules | 9 +++++-- .../Python/lldbsuite/test/plugins/builder_base.py | 11 ++++++++ packages/Python/lldbsuite/test/test_categories.py | 22 ++++++++++++++-- 13 files changed, 108 insertions(+), 29 deletions(-) create mode 100644 packages/Python/lldbsuite/support/gmodules.py