Gotcha. Separate processes are ok as long as there are no race conditions 
between two GDBRemoteCommunicationServerPlatform instances in different 
processes. I don't believe we currently have any caches or any other data we 
store in a temporary cache, so I believe this is ok. If we ever have some cache 
that more than one instance of GDBRemoteCommunicationServerPlatform would like 
to use, we might want to then keep the GDBRemoteCommunicationServerPlatform 
instances in a single process so they can coordinate more easily. But this 
should do just fine.


REPOSITORY
  rL LLVM

http://reviews.llvm.org/D8452

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



_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Reply via email to