Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Host/
H A DTerminal.h56 llvm::Error SetEcho(bool enabled);
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DTerminal.cpp76 llvm::Error Terminal::SetEcho(bool enabled) { in SetEcho() function in Terminal
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h442 llvm::consumeError(terminal.SetEcho(true)); in Run()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DProcess.cpp4379 llvm::consumeError(terminal.SetEcho(false)); in Run()