llvm-project
29c083a6 - [lldb][windows] simplify the ConPTY draining subprocess (#190178)

Commit
2 days ago
[lldb][windows] simplify the ConPTY draining subprocess (#190178) In some environments like swiftlang, the `''` causes the command used to drain the init sequence of the ConPTY to fail. Replacing with a `cls` invocation removes the need for quotation marks and works just as well.
Parents
Loading