[lldb-dev] Psuedo terminal on Windows

Carlo Kok via lldb-dev lldb-dev at lists.llvm.org
Mon Sep 12 01:06:16 PDT 2016


Hi,

ProcessLaunchInfo seems to, unconditionally create a pseudo terminal if 
there's nothing attached to the stdout/stderr. This seems to end up 
calling posix_openpt, which is defined as:

inline int posix_openpt(int flag) { LLVM_BUILTIN_UNREACHABLE; }

for Windows.

This was fine a while ago so I'm wondering, what changed and how do I 
work around it?
-- 
Carlo Kok
RemObjects Software


More information about the lldb-dev mailing list