From 04f9d0a0c31398651ecf52a853362aa328756011 Mon Sep 17 00:00:00 2001 From: Nathan Lanza Date: Thu, 15 Nov 2018 20:58:09 +0000 Subject: Implement basic DidAttach and DidLaunch for DynamicLoaderWindowsDYLD Summary: This commit implements basic DidAttach and DidLaunch for the windows DynamicLoader plugin which allow us to load shared libraries from the inferior. Reviewers: sas, zturner Reviewed By: zturner Differential Revision: https://reviews.llvm.org/D54544 llvm-svn: 346994 --- .../Python/lldbsuite/test/functionalities/windows_dyld/dllfunc.mk | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lldb/packages/Python/lldbsuite/test/functionalities/windows_dyld/dllfunc.mk (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/windows_dyld/dllfunc.mk') diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/windows_dyld/dllfunc.mk b/lldb/packages/Python/lldbsuite/test/functionalities/windows_dyld/dllfunc.mk new file mode 100644 index 00000000000..f282344d36a --- /dev/null +++ b/lldb/packages/Python/lldbsuite/test/functionalities/windows_dyld/dllfunc.mk @@ -0,0 +1,7 @@ +LEVEL := ../../make + +DYLIB_NAME := dllfunc +DYLIB_C_SOURCES := dllfunc.c +DYLIB_ONLY := YES + +include $(LEVEL)/Makefile.rules -- cgit v1.2.3