Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandReturnObject.h152 void SetInteractive(bool b);
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandReturnObject.cpp167 void CommandReturnObject::SetInteractive(bool b) { m_interactive = b; } in SetInteractive() function in CommandReturnObject
H A DCommandInterpreter.cpp2575 tmp_result.SetInteractive(result.GetInteractive()); in HandleCommands()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp187 result.ref().SetInteractive(false); in HandleCommand()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3809 result.SetInteractive(false); in HandleStop()