[Lldb-commits] [lldb] [lldb][windows] inherit cursor's position when creating a ConPTY (PR #193818)
Charles Zablit via lldb-commits
lldb-commits at lists.llvm.org
Fri Apr 24 07:24:13 PDT 2026
charles-zablit wrote:
I was able to fix the `q` error: the `\x1b[?9001h` sequence would corrupt the input by switching to `Win32 Input Mode`. I have re-added a mechanism to strip some of the ConPTY's init sequences.
The reasonning is that it won't impact the debuggee, because if the debuggee emits those sequences, they will be remitted by the ConPTY.
The `stripped` check in `StripConPTYInitSequences` is probably not correct yet. I will refine it.
https://github.com/llvm/llvm-project/pull/193818
More information about the lldb-commits
mailing list