Charles Zablit 3bfe821621
[lldb][windows] handle ERROR_INVALID_HANDLE error (#181809)
On Windows, `ThreadedCommunication::ReadThread` can fail with
`ERROR_INVALID_HANDLE` when the ConPTY is closed. Currently it's not
caught, causing the `ReadThread` to continue forever because `done` is
never set to `true`. This causes an infinite hang.
2026-02-17 15:22:47 +00:00
..