diff options
| author | Greg Clayton <gclayton@apple.com> | 2015-03-16 19:54:22 +0000 |
|---|---|---|
| committer | Greg Clayton <gclayton@apple.com> | 2015-03-16 19:54:22 +0000 |
| commit | 75a19344ad865390007c594836685f06488c0816 (patch) | |
| tree | 36312d6660ca66159112007ff148dbf01f32bd60 /lldb/test/functionalities/plugins/python_os_plugin/Makefile | |
| parent | 3eea196a4f898eddce2eed19847f749ae3e6b1d4 (diff) | |
| download | bcm5719-llvm-75a19344ad865390007c594836685f06488c0816.tar.gz bcm5719-llvm-75a19344ad865390007c594836685f06488c0816.zip | |
Added an Python operating system plug-in test to verify that python can be used to add threads to an existing process.
The test does the following:
1 - runs a program to main without the OS plug-in and verifies no OS threads are in the process
2 - loads the OS plug-in and verifies the 3 OS plug-in threads are now in the current process
3 - verify the register contents of each thread that shows up
4 - unload the python OS plug-in and verify that the OS threads are gone.
llvm-svn: 232401
Diffstat (limited to 'lldb/test/functionalities/plugins/python_os_plugin/Makefile')
| -rw-r--r-- | lldb/test/functionalities/plugins/python_os_plugin/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lldb/test/functionalities/plugins/python_os_plugin/Makefile b/lldb/test/functionalities/plugins/python_os_plugin/Makefile new file mode 100644 index 00000000000..cd9ca5c86d8 --- /dev/null +++ b/lldb/test/functionalities/plugins/python_os_plugin/Makefile @@ -0,0 +1,3 @@ +LEVEL = ../../../make +C_SOURCES := main.c +include $(LEVEL)/Makefile.rules |

