Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Host/
DTerminal.h36 bool SetEcho(bool enabled);
/external/llvm-project/lldb/source/Host/common/
DTerminal.cpp26 bool Terminal::SetEcho(bool enabled) { in SetEcho() function in Terminal
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPythonImpl.h438 terminal.SetEcho(true); in Run()
/external/llvm-project/lldb/source/Target/
DProcess.cpp4464 terminal.SetEcho(false); in Run()