[Lldb-commits] [lldb] [lldb] Removed gdbserver ports map from lldb-server (PR #104238)

Dmitry Vasilyev via lldb-commits lldb-commits at lists.llvm.org
Thu Aug 15 07:48:59 PDT 2024


================
@@ -20,6 +20,10 @@
 #include <optional>
 #include <string>
 
+#ifdef SendMessage
+#undef SendMessage
+#endif
+
----------------
slydiman wrote:

I will retest it after #104439. Probably we won't need it.

https://github.com/llvm/llvm-project/pull/104238


More information about the lldb-commits mailing list