This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from f5b0c9769 Force SHELL to be cmd.exe on Windows for the test suite new fa5ac15b1 Implement basic DidAttach and DidLaunch for DynamicLoaderWindowsDYLD
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: .../test/functionalities/windows_dyld/Makefile | 14 +++++++ .../windows_dyld/TestWindowsDYLD.py | 42 ++++++++++++++++++++ .../a.c => functionalities/windows_dyld/dllfunc.c} | 17 +++----- .../test/functionalities/windows_dyld/dllfunc.mk | 7 ++++ .../{reproducer/gdb-remote => windows_dyld}/main.c | 14 +++---- packages/Python/lldbsuite/test/make/Makefile.rules | 4 +- .../Windows-DYLD/DynamicLoaderWindowsDYLD.cpp | 46 +++++++++++++++++++++- 7 files changed, 122 insertions(+), 22 deletions(-) create mode 100644 packages/Python/lldbsuite/test/functionalities/windows_dyld/Makefile create mode 100644 packages/Python/lldbsuite/test/functionalities/windows_dyld/Tes [...] copy packages/Python/lldbsuite/test/{lang/c/tls_globals/a.c => functionalities/win [...] create mode 100644 packages/Python/lldbsuite/test/functionalities/windows_dyld/dllfunc.mk copy packages/Python/lldbsuite/test/functionalities/{reproducer/gdb-remote => wind [...]