Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandReturnObject.h152 void SetInteractive(bool b);
/freebsd-14.2/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.cpp2562 tmp_result.SetInteractive(result.GetInteractive()); in HandleCommands()
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp186 result.ref().SetInteractive(false); in HandleCommand()
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3821 result.SetInteractive(false); in HandleStop()