[Lldb-commits] [PATCH] Allow multiple simultaneous connections to platform.
Greg Clayton
clayborg at gmail.com
Tue Mar 24 09:49:16 PDT 2015
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/
More information about the lldb-commits
mailing list