Nerixyz wrote:

> Are you hitting this in tests? Or when debugging a regular process? I have 
> not been able to reproduce this.

When debugging a regular process: `lldb ping -- localhost` when this is done, 
we get the closing sequence and the cursor resets. The final output looks 
messed up:

```
(lldb) target create "ping"
Current executable set to 'C:\WINDOWS\SYSTEM32\ping.exe' (x86_64).
(lldb) settings set -- target.run-args  "localhost"
(lldb) r
Ping statistics for ::1:'C:\WINDOWS\SYSTEM32\ping.exe' (x86_64)
    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
    Minimum = 0ms, Maximum = 0ms, Average = 0ms
Process 27536 exited with status = 0 (0x00000000) 
(lldb) rom ::1: time<1ms 
Reply from ::1: time<1ms
```

https://github.com/llvm/llvm-project/pull/182302
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to