[Lldb-commits] [lldb] [lldb-dap] Improving logging support and formatting. (PR #170731)
John Harrison via lldb-commits
lldb-commits at lists.llvm.org
Fri Dec 5 15:43:24 PST 2025
================
@@ -410,7 +409,7 @@ validateConnection(llvm::StringRef conn) {
}
static llvm::Error serveConnection(
- const Socket::SocketProtocol &protocol, const std::string &name, Log *log,
+ const Socket::SocketProtocol &protocol, const std::string &name, Log &log,
----------------
ashgti wrote:
Done
https://github.com/llvm/llvm-project/pull/170731
More information about the lldb-commits
mailing list