Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Host/
DTerminal.h61 SetEcho (bool enabled);
/external/lldb/source/Host/common/
DTerminal.cpp32 Terminal::SetEcho (bool enabled) in SetEcho() function in Terminal
/external/lldb/include/lldb/Core/
DInputReader.h80 SetEcho(bool e) in SetEcho() function
/external/lldb/source/Core/
DDebugger.cpp1046 tty.SetEcho(reader_sp->GetEcho()); in ActivateInputReader()