diff options
author | Oleksiy Vyalov <ovyalov@google.com> | 2015-02-04 23:19:15 +0000 |
---|---|---|
committer | Oleksiy Vyalov <ovyalov@google.com> | 2015-02-04 23:19:15 +0000 |
commit | 1ef7b2c89794d6644a8a7fe1bad944e4ed1652e3 (patch) | |
tree | f7286d3776e8bbda3131793fbf3927d25006c198 /lldb/scripts/Python/buildSwigPython.py | |
parent | 2c1990778dcd748cc86392aad21197dd8e9b2808 (diff) | |
download | bcm5719-llvm-1ef7b2c89794d6644a8a7fe1bad944e4ed1652e3.tar.gz bcm5719-llvm-1ef7b2c89794d6644a8a7fe1bad944e4ed1652e3.zip |
Extend SBPlatform with capability to launch/terminate a process remotely. Integrate this change into test framework in order to spawn processes on a remote target.
http://reviews.llvm.org/D7263
llvm-svn: 228230
Diffstat (limited to 'lldb/scripts/Python/buildSwigPython.py')
-rw-r--r-- | lldb/scripts/Python/buildSwigPython.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/scripts/Python/buildSwigPython.py b/lldb/scripts/Python/buildSwigPython.py index 500435b29c9..57ebc4692d3 100644 --- a/lldb/scripts/Python/buildSwigPython.py +++ b/lldb/scripts/Python/buildSwigPython.py @@ -101,6 +101,7 @@ def get_header_files( vDictArgs ): "/include/lldb/API/SBInputReader.h", "/include/lldb/API/SBInstruction.h", "/include/lldb/API/SBInstructionList.h", + "/include/lldb/API/SBLaunchInfo.h", "/include/lldb/API/SBLineEntry.h", "/include/lldb/API/SBListener.h", "/include/lldb/API/SBModule.h", @@ -177,6 +178,7 @@ def get_interface_files( vDictArgs ): "/scripts/Python/interface/SBInputReader.i", "/scripts/Python/interface/SBInstruction.i", "/scripts/Python/interface/SBInstructionList.i", + "/scripts/Python/interface/SBLaunchInfo.i", "/scripts/Python/interface/SBLineEntry.i", "/scripts/Python/interface/SBListener.i", "/scripts/Python/interface/SBModule.i", |