Home
last modified time | relevance | path

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

/external/llvm-project/lldb/tools/debugserver/source/
DTTYState.cpp70 return m_ttystates[idx].GetTTYState(fd, saveProcessGroup); in GetState()
80 m_ttystates[idx].IsValid()) in SetState()
85 if (m_ttystates[idx].SetTTYState()) { in SetState()
DTTYState.h50 uint32_t NumStates() const { return sizeof(m_ttystates) / sizeof(TTYState); } in NumStates()
55 TTYState m_ttystates[2]; variable
/external/llvm-project/lldb/source/Host/common/
DTerminal.cpp199 return llvm::array_lengthof(m_ttystates); in GetNumberOfStates()
212 m_ttystates[idx].IsValid()) in Restore()
217 if (m_ttystates[idx].Restore()) { in Restore()
234 return m_ttystates[idx].Save(fd, save_process_group); in Save()
/external/llvm-project/lldb/include/lldb/Host/
DTerminal.h176 m_ttystates[2]; ///< The array of TTY states that holds saved TTY info. variable