Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandReturnObject.cpp171 void CommandReturnObject::SetInteractive(bool b) { m_interactive = b; } in SetInteractive() function in CommandReturnObject
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandReturnObject.h146 void SetInteractive(bool b);
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBCommandInterpreter.cpp208 result.ref().SetInteractive(false); in HandleCommand()