================
@@ -159,6 +159,40 @@
GDBRemoteCommunicationServerPlatform::GDBRemoteCommunicationServerPlatform(
GDBRemoteCommunicationServerPlatform::~GDBRemoteCommunicationServerPlatform() =
default;
+void GDBRemoteCommunicationServerPlatform::Proc(
----------------
slydiman wrote:
Note `void SetInferiorArguments(const lldb_private::Args &args);` is a missing
function. It is a bug. I have just removed it and added Proc(). There is no any
connection between these functions. I have just moved a common code from
lldb-platform to GDBRemoteCommunicationServerPlatform::Proc(). We can rename it
to ClientHandle() or such and even kept inside lldb-platform.cpp
https://github.com/llvm/llvm-project/pull/101283
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits