Searched refs:TerminalState (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/Host/
H A DTerminal.h79 class TerminalState class in namespace:lldb_private
85 TerminalState();
90 ~TerminalState();
117 /// previous call to TerminalState::Save(int,bool).
251 TerminalState m_ttystates[2]; ///< The array of TTY states that holds saved TTY info.
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Host/common/
H A DTerminal.cpp107 TerminalState::TerminalState() : function in class:TerminalState
120 TerminalState::~TerminalState()
125 TerminalState::Clear ()
141 TerminalState::Save (int fd, bool save_process_group)
180 TerminalState::Restore () const
220 TerminalState::IsValid() const
229 TerminalState::TFlagsIsValid() const
238 TerminalState
[all...]
/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DDebugger.h403 TerminalState m_terminal_state;
/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DScriptInterpreterPython.h424 TerminalState m_terminal_state;
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DScriptInterpreterPython.cpp735 TerminalState terminal_state;
2533 TerminalState stdin_tty_state;
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp4754 TerminalState terminal_state;

Completed in 84 milliseconds