This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from b8309ac Add support for "type lookup" to find C and C++ types new 3b9ffa7 [CMake] Rename lldb-launcher to darwin-debug new 8cba7b0 [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 +- .../plugins/commands/TestPluginCommands.py | 4 +++ .../commands/{plugin.cpp => plugin.cpp.template} | 10 +----- packages/Python/lldbsuite/test/lldbtest.py | 27 +++++++++++++++ scripts/Python/finish-swig-Python-LLDB.sh | 1 - scripts/Python/finishSwigPythonLLDB.py | 40 ---------------------- tools/darwin-debug/CMakeLists.txt | 4 +-- 15 files changed, 50 insertions(+), 101 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 [...]