Do we want the have one thread that listens for incoming connections, and once 
a connection is made, make a new GDBRemoteCommunicationServerPlatform shared 
pointer and launch a new thread that would communicate over the newly bound 
port? Then we could have multiple connections to the same lldb-server that 
could be independent.

Currently this is just a cleanup of the --stay-alive option renaming it to 
--server. Do we want to take the extra step of allowing multiple simultaneous 
connections where each connection runs on its own thread? Each 
GDBRemoteCommunicationServerPlatform object would contain its own state 
(current working directory, etc).


REPOSITORY
  rL LLVM

http://reviews.llvm.org/D8452

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/



_______________________________________________
lldb-commits mailing list
lldb-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Reply via email to