This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from ec061a2 Fix regex in lldb lit test TestCallStopAndContinue new 96cd3ed add a simple test case to validate test id() new 5539ea9 Refactor the Args class.
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: include/lldb/Interpreter/Args.h | 84 +--- .../test/functionalities/testid/TestTestId.py | 17 + source/Core/Logging.cpp | 2 +- source/Core/StringList.cpp | 35 +- source/Interpreter/Args.cpp | 501 +++++++++------------ unittests/Interpreter/TestArgs.cpp | 103 +++++ 6 files changed, 362 insertions(+), 380 deletions(-) create mode 100644 packages/Python/lldbsuite/test/functionalities/testid/TestTestId.py