[Lldb-commits] [lldb] [lldb-dap] Improving logging support and formatting. (PR #170731)
Ebuka Ezike via lldb-commits
lldb-commits at lists.llvm.org
Fri Dec 5 09:11:38 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,
----------------
da-viper wrote:
```suggestion
const Socket::SocketProtocol &protocol, llvm::StringRef name, Log &log,
```
update in other usages.
https://github.com/llvm/llvm-project/pull/170731
More information about the lldb-commits
mailing list