[Lldb-commits] [PATCH] D14937: swig_bot remote path preliminary implementation

Zachary Turner via lldb-commits lldb-commits at lists.llvm.org
Mon Nov 23 14:46:44 PST 2015


zturner created this revision.
zturner added a reviewer: tfiala.
zturner added a subscriber: lldb-commits.

    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.

http://reviews.llvm.org/D14937

Files:
  scripts/swig_bot.py
  scripts/swig_bot_lib/client.py
  scripts/swig_bot_lib/local.py
  scripts/swig_bot_lib/server.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14937.40985.patch
Type: text/x-patch
Size: 13788 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20151123/cfa0b0e5/attachment-0001.bin>


More information about the lldb-commits mailing list