[all-commits] [llvm/llvm-project] b3e15b: [lldb] Extend information for failed connection fo...
ita-sc via All-commits
all-commits at lists.llvm.org
Tue May 20 01:33:02 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b3e15baf7c649a12e71ff281b83e9213abae2977
https://github.com/llvm/llvm-project/commit/b3e15baf7c649a12e71ff281b83e9213abae2977
Author: ita-sc <ivan.tetyushkin at syntacore.com>
Date: 2025-05-20 (Tue, 20 May 2025)
Changed paths:
M lldb/source/Host/common/TCPSocket.cpp
Log Message:
-----------
[lldb] Extend information for failed connection for gdb server (#139916)
Before:
```
(lldb) r
error: connect remote failed (Failed to connect port)
error: Failed to connect port
```
After the patch:
```
(lldb) r
error: connect remote failed (Failed to connect localhost:47140)
error: Failed to connect localhost:47140
```
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list