This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 9ee5fab95 Makefile.rules: Degrade gracefully on Windows machines without sed. new 29537130a Rewrite stop-hook tests as a couple of FileCheck tests
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: .../StopHook/Inputs/stop-hook-threads.cpp | 11 +- .../ExecControl/StopHook/Inputs/stop-hook.c | 0 lit/ExecControl/StopHook/stop-hook-threads.test | 44 +++++++ lit/ExecControl/StopHook/stop-hook.test | 71 ++++++++++++ .../test/functionalities/stop-hook/Makefile | 5 - .../functionalities/stop-hook/TestStopHookCmd.py | 77 ------------- .../stop-hook/TestStopHookMechanism.py | 128 --------------------- .../stop-hook/multiple_threads/Makefile | 6 - .../TestStopHookMultipleThreads.py | 100 ---------------- 9 files changed, 120 insertions(+), 322 deletions(-) rename packages/Python/lldbsuite/test/functionalities/stop-hook/multiple_threads/m [...] rename packages/Python/lldbsuite/test/functionalities/stop-hook/main.cpp => lit/Ex [...] create mode 100644 lit/ExecControl/StopHook/stop-hook-threads.test create mode 100644 lit/ExecControl/StopHook/stop-hook.test delete mode 100644 packages/Python/lldbsuite/test/functionalities/stop-hook/Makefile delete mode 100644 packages/Python/lldbsuite/test/functionalities/stop-hook/TestSt [...] delete mode 100644 packages/Python/lldbsuite/test/functionalities/stop-hook/TestSt [...] delete mode 100644 packages/Python/lldbsuite/test/functionalities/stop-hook/multip [...] delete mode 100644 packages/Python/lldbsuite/test/functionalities/stop-hook/multip [...]