[Lldb-commits] [lldb] [lldb] Updated lldb-server to spawn the child process and share socket on Windows (PR #101283)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Wed Jul 31 01:46:17 PDT 2024
================
@@ -159,6 +159,40 @@ GDBRemoteCommunicationServerPlatform::GDBRemoteCommunicationServerPlatform(
GDBRemoteCommunicationServerPlatform::~GDBRemoteCommunicationServerPlatform() =
default;
+void GDBRemoteCommunicationServerPlatform::Proc(
----------------
DavidSpickett wrote:
If we're changing the name could we have a better name than `Proc`, or if `Proc` is just a term I am unfamiliar with, a comment in the header to explain what this function does?
https://github.com/llvm/llvm-project/pull/101283
More information about the lldb-commits
mailing list