Files
clang-p2996/lldb/source/Host/common
ita-sc b3e15baf7c [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
```
2025-05-20 09:32:40 +01:00
..