This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 2c0b0ac Limit LLDB_EXPORT_ALL_SYMBOLS to lldb symbols new 74a1434 [Test Suite] Properly respect --framework option new 66f9250 [Test Suite] Pull generateSource into lldbtest
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: .../TestPublicAPIHeaders.py | 33 +--------- .../test/api/multithreaded/TestMultithreaded.py | 9 +++ .../{driver.cpp => driver.cpp.template} | 2 +- ...istener_test.cpp => listener_test.cpp.template} | 2 +- .../test/api/multithreaded/lldb-headers.h | 11 ---- ...k.cpp => test_breakpoint_callback.cpp.template} | 2 +- ...> test_listener_event_description.cpp.template} | 2 +- ...test_listener_event_process_state.cpp.template} | 2 +- ...esume.cpp => test_listener_resume.cpp.template} | 2 +- packages/Python/lldbsuite/test/dotest.py | 3 + .../plugins/commands/TestPluginCommands.py | 4 ++ .../commands/{plugin.cpp => plugin.cpp.template} | 10 +-- packages/Python/lldbsuite/test/lldbtest.py | 75 ++++++++++++++++++---- test/CMakeLists.txt | 4 ++ 14 files changed, 91 insertions(+), 70 deletions(-) rename packages/Python/lldbsuite/test/api/multithreaded/{driver.cpp => driver.cpp. [...] rename packages/Python/lldbsuite/test/api/multithreaded/{listener_test.cpp => list [...] delete 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 [...]