[Lldb-commits] [lldb] [lldb][windows] add STDIN and STDOUT forwarding support (PR #180561)

via lldb-commits lldb-commits at lists.llvm.org
Wed Feb 11 01:05:56 PST 2026


https://github.com/Nerixyz approved this pull request.

LGTM

Only the tests that don't need to be changed. I also noticed the debug console for the VS DAP server (cppvsdbg) runs cmd before debugging, too. They run `cmd /c cls`, but that doesn't make a big difference to `cmd /c "echo foo && exit"`.

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


More information about the lldb-commits mailing list