[Lldb-commits] [lldb] [lldb][windows] fix a race condition when closing the ConPTY (PR #182302)

via lldb-commits lldb-commits at lists.llvm.org
Fri Feb 20 12:01:27 PST 2026


Nerixyz wrote:

One issue I noticed is that the pseudoconsole sends `\u{1b}[?9001l\u{1b}[?1004l` after the process exists as well. Feels like we should filter that as well. But we might filter the output of the child process as well.

https://github.com/llvm/llvm-project/pull/182302


More information about the lldb-commits mailing list