Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DTerminal.cpp403 TerminalState::TerminalState(Terminal term, bool save_process_group) in TerminalState() function in TerminalState
408 TerminalState::~TerminalState() { Restore(); } in ~TerminalState()
410 void TerminalState::Clear() { in Clear()
417 bool TerminalState::Save(Terminal term, bool save_process_group) { in Save()
436 bool TerminalState::Restore() const { in Restore()
463 bool TerminalState::IsValid() const { in IsValid()
468 bool TerminalState::TFlagsIsValid() const { return m_tflags != -1; } in TFlagsIsValid()
470 bool TerminalState::TTYStateIsValid() const { return bool(m_data); } in TTYStateIsValid()
472 bool TerminalState::ProcessGroupIsValid() const { in ProcessGroupIsValid()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DTerminal.h17 class TerminalState;
79 friend class TerminalState;
82 /// \class TerminalState Terminal.h "lldb/Host/Terminal.h"
87 class TerminalState {
99 TerminalState(Terminal term = -1, bool save_process_group = false);
103 ~TerminalState();
126 /// call to TerminalState::Save(int,bool).
18 class TerminalState; global() variable
80 friend class TerminalState; global() variable
H A DFile.h494 TerminalState m_state;
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h448 TerminalState terminal_state(terminal); in Run()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h700 TerminalState m_terminal_state;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp4619 TerminalState terminal_state(terminal, false); in Run()