[Lldb-commits] [PATCH] Redirect stdin, stdout and stderr to /dev/null when launching LLGS process.

Greg Clayton clayborg at gmail.com
Mon Nov 3 17:20:55 PST 2014


Can we remove:

        launch_info.AppendCloseFileAction (STDIN_FILENO);
        launch_info.AppendCloseFileAction (STDOUT_FILENO);
        launch_info.AppendCloseFileAction (STDERR_FILENO);

As they are not needed if you are suppressing immediately afterward?

http://reviews.llvm.org/D6105






More information about the lldb-commits mailing list