Home
last modified time | relevance | path

Searched refs:new_stdout_fd (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A Dlldb-vscode.cpp3140 int new_stdout_fd = dup(stdoutfd); in SetupStdoutStderrRedirection() local
3163 return new_stdout_fd; in SetupStdoutStderrRedirection()
3202 int new_stdout_fd = SetupStdoutStderrRedirection(); in main() local
3242 g_vsc.output.descriptor = StreamDescriptor::from_file(new_stdout_fd, false); in main()