Home
last modified time | relevance | path

Searched refs:SetEcho (Results 1 – 4 of 4) sorted by relevance

/src/contrib/llvm-project/lldb/include/lldb/Host/
H A DTerminal.h55 llvm::Error SetEcho(bool enabled);
/src/contrib/llvm-project/lldb/source/Host/common/
H A DTerminal.cpp76 llvm::Error Terminal::SetEcho(bool enabled) { in SetEcho() function in Terminal
/src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h453 llvm::consumeError(terminal.SetEcho(true)); in Run()
/src/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp4622 llvm::consumeError(terminal.SetEcho(false)); in Run()