Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Interpreter/
HDScriptInterpreterPython.cpp627 FILE *outfile_handle = fdopen (pipe.ReleaseWriteFileDescriptor(), "w"); in ExecuteOneLine() local
628 output_file_sp.reset(new StreamFile(outfile_handle, true)); in ExecuteOneLine()
630 if (outfile_handle) in ExecuteOneLine()
631 ::setbuf (outfile_handle, nullptr); in ExecuteOneLine()