Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DDebugger.h531 void FlushProcessOutput(Process &process, bool flush_stdout,
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDebugger.cpp1566 void Debugger::FlushProcessOutput(Process &process, bool flush_stdout, in FlushProcessOutput() function in Debugger
1623 FlushProcessOutput(*process_sp, got_stdout || got_state_changed, in HandleProcessEvent()
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2998 m_debugger.FlushProcessOutput(*process_sp, /*flush_stdout*/ true, in GetProcessOutput()