diff options
author | ita-sc <ivan.tetyushkin@syntacore.com> | 2025-05-20 11:32:40 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-20 09:32:40 +0100 |
commit | b3e15baf7c649a12e71ff281b83e9213abae2977 (patch) | |
tree | d4796325671002b67c8794b8daf383466f6097c8 /flang/lib/Frontend/CompilerInvocation.cpp | |
parent | b565933fd7befde370cdef503ad3910f9cfe478a (diff) | |
download | llvm-b3e15baf7c649a12e71ff281b83e9213abae2977.zip llvm-b3e15baf7c649a12e71ff281b83e9213abae2977.tar.gz llvm-b3e15baf7c649a12e71ff281b83e9213abae2977.tar.bz2 |
[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
```
Diffstat (limited to 'flang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions