Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DDebugger.h511 void FlushProcessOutput(Process &process, bool flush_stdout,
/llvm-project-15.0.7/lldb/source/Core/
H A DDebugger.cpp1546 void Debugger::FlushProcessOutput(Process &process, bool flush_stdout, in FlushProcessOutput() function in Debugger
1603 FlushProcessOutput(*process_sp, got_stdout || got_state_changed, in HandleProcessEvent()
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2950 m_debugger.FlushProcessOutput(*process_sp, /*flush_stdout*/ true, in GetProcessOutput()