Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h592 void FlushProcessOutput(Process &process, bool flush_stdout,
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1754 void Debugger::FlushProcessOutput(Process &process, bool flush_stdout, in FlushProcessOutput() argument
1767 if (flush_stdout) in FlushProcessOutput()