Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandReturnObject.h152 void SetInteractive(bool b);
/openbsd/gnu/llvm/lldb/source/Interpreter/
H A DCommandReturnObject.cpp164 void CommandReturnObject::SetInteractive(bool b) { m_interactive = b; } in SetInteractive() function in CommandReturnObject
H A DCommandInterpreter.cpp2559 tmp_result.SetInteractive(result.GetInteractive()); in HandleCommands()
/openbsd/gnu/llvm/lldb/source/API/
H A DSBCommandInterpreter.cpp168 result.ref().SetInteractive(false); in HandleCommand()
/openbsd/gnu/llvm/lldb/source/Target/
H A DTarget.cpp3705 result.SetInteractive(false); in HandleStop()