[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 06:03:07 PDT 2024
================
@@ -40,83 +40,20 @@
#include "lldb/Utility/StringExtractorGDBRemote.h"
+#include "../tools/lldb-server/Acceptor.h"
----------------
slydiman wrote:
SocketProtocol is defined in lldb/include/lldb/Host/Socket.h
I will move FindSchemeByProtocol(const Socket::SocketProtocol protocol) to Socket.*
https://github.com/llvm/llvm-project/pull/104238
More information about the lldb-commits
mailing list