This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 8cba7b0 [Test Suite] Pull generateSource into lldbtest new 161c483 Revert "[Test Suite] Pull generateSource into lldbtest"
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: .../TestPublicAPIHeaders.py | 33 +++++++++++++++++++++- .../test/api/multithreaded/TestMultithreaded.py | 9 ------ .../{driver.cpp.template => driver.cpp} | 2 +- ...istener_test.cpp.template => listener_test.cpp} | 2 +- .../test/api/multithreaded/lldb-headers.h | 11 ++++++++ ...k.cpp.template => test_breakpoint_callback.cpp} | 2 +- ...emplate => test_listener_event_description.cpp} | 2 +- ...plate => test_listener_event_process_state.cpp} | 2 +- ...esume.cpp.template => test_listener_resume.cpp} | 2 +- .../plugins/commands/TestPluginCommands.py | 4 --- .../commands/{plugin.cpp.template => plugin.cpp} | 10 ++++++- packages/Python/lldbsuite/test/lldbtest.py | 27 ------------------ 12 files changed, 58 insertions(+), 48 deletions(-) rename packages/Python/lldbsuite/test/api/multithreaded/{driver.cpp.template => dr [...] rename packages/Python/lldbsuite/test/api/multithreaded/{listener_test.cpp.templat [...] create mode 100644 packages/Python/lldbsuite/test/api/multithreaded/lldb-headers.h rename packages/Python/lldbsuite/test/api/multithreaded/{test_breakpoint_callback. [...] rename packages/Python/lldbsuite/test/api/multithreaded/{test_listener_event_descr [...] rename packages/Python/lldbsuite/test/api/multithreaded/{test_listener_event_proce [...] rename packages/Python/lldbsuite/test/api/multithreaded/{test_listener_resume.cpp. [...] rename packages/Python/lldbsuite/test/functionalities/plugins/commands/{plugin.cpp [...]