[Lldb-commits] [PATCH] D51966: Do not create new terminals when launching process on Windows by default
Greg Clayton via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Sep 12 09:14:05 PDT 2018
clayborg added a comment.
In https://reviews.llvm.org/D51966#1232057, @xbolva00 wrote:
> So basically the hardest problem is to "find a way to get stdio from a process and feed to to LLDB so it shows up when neither --tty nor --no-stdio is set" ..
yes. The easier solution is to just create a console for now if this is too hard. So the fix here would be to just not set the CREATE_NEW_CONSOLE if --no-stdio is set.
Repository:
rLLDB LLDB
https://reviews.llvm.org/D51966
More information about the lldb-commits
mailing list