llvm-project/lldb/packages/Python/lldbsuite/support
Zachary Turner 0a2899ca82 swig_bot remote path connection / preliminary implementation.
With this patch, the client will package up all the required
inputs into a compressed zip file, establish a connection to the
server, send the input to the server, and wait for the server to
send a response (in this case the response is just echoed back to
the client).

This gets the network communication in place, and in a subsequent
patch I will follow up with the code that actually runs swig on
the server and sends back the output instead of echoing back the
input.

llvm-svn: 254023
2015-11-24 21:35:32 +00:00
..
__init__.py
fs.py Create `lldbsuite.support.fs` and move `find_executable` there. 2015-11-21 01:39:04 +00:00
seven.py Python 3 - Use universal_newlines when calling subprocess.check_output 2015-11-04 01:03:47 +00:00
sockutil.py swig_bot remote path connection / preliminary implementation. 2015-11-24 21:35:32 +00:00