Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandReturnObject.h149 void SetInteractive(bool b);
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandReturnObject.cpp158 void CommandReturnObject::SetInteractive(bool b) { m_interactive = b; } in SetInteractive() function in CommandReturnObject
H A DCommandInterpreter.cpp2310 tmp_result.SetInteractive(result.GetInteractive()); in HandleCommands()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp176 result.ref().SetInteractive(false); in HandleCommand()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3402 result.SetInteractive(false); in HandleStop()