[Lldb-commits] [lldb] [lldb] Adjust ProtocolServer connection defaults. (PR #155714)

John Harrison via lldb-commits lldb-commits at lists.llvm.org
Thu Aug 28 10:30:08 PDT 2025


================
@@ -104,6 +104,43 @@ llvm::Error ProtocolServerMCP::Start(ProtocolServer::Connection connection) {
   if (llvm::Error error = handles.takeError())
     return error;
 
+  auto listening_uris = m_listener->GetListeningConnectionURI();
+  if (listening_uris.empty())
+    return createStringError("Failed to list listening connections");
----------------
ashgti wrote:

Done.

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


More information about the lldb-commits mailing list