llvm-project/lldb/tools/lldb-server
Robert Flack a0e70cd4b6 Allow multiple simultaneous connections to platform.
Adds the --server argument to lldb-server platform which when specified will allow multiple simultaneous connections by forking off to handle each individual connection. This will allow us to run the remote tests in parallel.

Test Plan:
Run: lldb-server platform --listen *:1234 --server
Connect from multiple lldb clients simultaneously.
I will also test running the test suite remotely with multiple simultaneous jobs.

Differential Revision: http://reviews.llvm.org/D8452

llvm-svn: 233185
2015-03-25 12:51:31 +00:00
..
CMakeLists.txt Move lldb-log.cpp to core/Logging.cpp 2015-03-18 18:20:42 +00:00
Makefile
exports
lldb-gdbserver.cpp Move lldb-log.cpp to core/Logging.cpp 2015-03-18 18:20:42 +00:00
lldb-platform.cpp Allow multiple simultaneous connections to platform. 2015-03-25 12:51:31 +00:00
lldb-server.cpp Move LLDB initialization/shutdown to Initialization. 2015-03-19 22:00:21 +00:00