Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandReturnObject.h191 void SetSuppressImmediateOutput(bool b);
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandReturnObject.cpp229 void CommandReturnObject::SetSuppressImmediateOutput(bool b) { in SetSuppressImmediateOutput() function in CommandReturnObject
H A DCommandInterpreter.cpp2728 tmp_result.SetSuppressImmediateOutput(true); in HandleCommands()