================
@@ -12,6 +12,18 @@
using namespace lldb_private::process_gdb_remote;
+class TestGDBRemoteCommunicationServerLLGS
+ : public GDBRemoteCommunicationServerLLGS {
+public:
+ using GDBRemoteCommunicationServerLLGS::XMLEncodeAttributeValue;
+};
----------------
DavidSpickett wrote:
Ah of course, understood.
https://github.com/llvm/llvm-project/pull/218503
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits