reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Host/Terminal.h
   83   bool Restore() const;

References

tools/lldb/source/Core/Debugger.cpp
  849 void Debugger::RestoreInputTerminalState() { m_terminal_state.Restore(); }
tools/lldb/source/Host/common/Terminal.cpp
  217   if (m_ttystates[idx].Restore()) {
tools/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
  241     m_stdin_tty_state.Restore();
tools/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPythonImpl.h
  464           terminal_state.Restore();
tools/lldb/source/Target/Process.cpp
 4369     terminal_state.Restore();