Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Core/
DDebugger.h379 void FlushProcessOutput(Process &process, bool flush_stdout,
/external/llvm-project/lldb/source/Core/
DDebugger.cpp1270 void Debugger::FlushProcessOutput(Process &process, bool flush_stdout, in FlushProcessOutput() function in Debugger
1327 FlushProcessOutput(*process_sp, got_stdout || got_state_changed, in HandleProcessEvent()
/external/llvm-project/lldb/source/Interpreter/
DCommandInterpreter.cpp2740 m_debugger.FlushProcessOutput(*process_sp, /*flush_stdout*/ true, in GetProcessOutput()