================
@@ -12,6 +12,18 @@
 
 using namespace lldb_private::process_gdb_remote;
 
+class TestGDBRemoteCommunicationServerLLGS
+    : public GDBRemoteCommunicationServerLLGS {
+public:
+  using GDBRemoteCommunicationServerLLGS::XMLEncodeAttributeValue;
+};
----------------
DavidSpickett wrote:

What is this wrapper class doing?

https://github.com/llvm/llvm-project/pull/218503
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to