[Lldb-commits] [lldb] [lldb][Windows] Forward debuggee STDOUT through lldb-server via ConPTY (PR #201124)
Charles Zablit via lldb-commits
lldb-commits at lists.llvm.org
Tue Jun 2 09:47:16 PDT 2026
charles-zablit wrote:
> Did some test cases started passing with this change? I sure hope so.
With this patch and https://github.com/llvm/llvm-project/pull/201141 combined, we are seeing 4 DAP tests pass with `LLDB_USE_LLDB_SERVER=1` on Windows. There will be one more passing once we get STDIN working.
> > This patch uses a default terminal size to create the ConPTY, which causes issues.
>
> Here and/or in the other patch, please give an example of such an issue. I am curious why these dimensions are key on Windows but not on Unixes.
Done in the other patch 👍
https://github.com/llvm/llvm-project/pull/201124
More information about the lldb-commits
mailing list